On Mon, Dec 8, 2008 at 13:03, Seymour Krebs <[EMAIL PROTECTED]> wrote:
> ~# zfs destroy -r rpool/ROOT/b99
> cannot destroy 'rpool/ROOT/b99': filesystem has dependent clones
Take a look at the output of "zfs get origin" for the other
filesystems in the pool.  One of them is a clone of rpool/ROOT/b99; to
delete b99 you need to promote it to be the parent of b99 rather than
the other way around.  This is done like so:
zfs promote rpool/ROOT/b100
or whatever filesystem you find is the child of b99.  Then you should
be able to destroy b99 with no ill effects.
Will
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to