Haudy Kazemi wrote:
I recently asked myself this question: Is it possible to unset ZFS properties? Or reset one to its default state without looking up what that default state is?

I have another question: is it possible to set ZFS properties without
inheritance to all descendant datasets?

I'll try to describe my situation. I'm FreeBSD user and for example
i have following datasets:
zroot/usr
zroot/usr/home
zroot/usr/home/user1
zroot/usr/home/user2
...
zroot/usr/local
zroot/usr/src
zroot/usr/ports
zroot/usr/ports/distfiles
zroot/usr/ports/packages

After some initial configuration i want to set readonly property
to the `zroot/usr` dataset. And there is problem :)
In this situation it will be very useful to have ability to set
properties without inheritance. For example:

# zfs set -R readonly=on zroot/usr

and readonly property will be set only to zroot/usr, but not to all
descendants. Or maybe this functional is already implemented?

--
WBR, Andrey V. Elsukov
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to