Hello,

I have a ZFS filesystem (zpool version 26 on Nexenta CP 3.01) which I'd like to 
rollback but it's having an existential crisis. 

Here's what I see:

r...@bambi:/# zfs rollback bambi/faline/userd...@autod-2010-09-28
cannot rollback to 'bambi/faline/userd...@autod-2010-09-28': more recent 
snapshots exist
use '-r' to force deletion of the following snapshots:
bambi/faline/userd...@autoh-2010-09-28t2200
bambi/faline/userd...@autoh-2010-09-28t0300
<snip>

That looks right; ZFS sees that there are other snapshots newer than the 
rollback snapshot. No problem, I'll just run with -r:

r...@bambi:/# zfs rollback -r bambi/faline/userd...@autod-2010-09-28
cannot destroy 'bambi/faline/userd...@autoh-2010-09-28t2200': dataset does not 
exist
cannot destroy 'bambi/faline/userd...@autoh-2010-09-28t0300': dataset does not 
exist
<snip>

Any ideas how to work around this apparent bug?

Best,
Ian
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to