> rbd > --- > # rbd snap create --snap snap3 image1 > # rbd snap rollback --snap snap2 image1 > > note : snap3 exist after snap2 rollback This is good. > nexenta: > ------- > create snap3 > rollback to snap2 > > note: snap3 is destroyed This is bad behavior - we do not want to delete snap3. Or why would you want that? - Dietmar