Eric Schrock wrote:
This can't be done due to the way ZFS property inheritance works in the
DSL.  You can explicitly set it to the empty string, but you can't unset
the property alltogether.  This is exactly why the 'zfs get -s local'
option exists, so you can find only locally-set properties.

Yep, note that this is the same as other (non-user-defined) properties. Eg, if it was 'compression', you'd have to explicitly set it on the child:

# zfs set compression=on tank/foo
# zfs set compression=off tank/foo/bar

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

Reply via email to