Darren J Moffat wrote:
>> But the following document says "Recursive ZFS snapshots are created
>> quickly as one atomic operation. The snapshots are created together (all
>> at once) or not created at all."
>> http://docs.sun.com/app/docs/doc/819-5461/gdfdt?a=view
> 
> I've looked at the code again - I miss read part of it - it does appear
> to be an "all or nothing" both for the create and destroy.
> 

I read the code differently, zfs destroy does the iteration in the
zfs utility, not even in libzfs. The ioctl doesn't even have a recurse
flag.

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

Reply via email to