I'm seeing some weird behavior on b133 with 'zfs inherit' that seems
to conflict with what the docs say. According to the man page it
"clears the specified property, causing it to be inherited from an
ancestor" but that's not the behavior I'm seeing.

For example:

basestar:~$ zfs get compress tank/export/vmware
NAME                PROPERTY                      VALUE
           SOURCE
tank/export/vmware  compression                   gzip
           local
basestar:~$ zfs get compress tank/export/vmware/delusional
NAME                           PROPERTY                        VALUE
                        SOURCE
tank/export/vmware/delusional  compression                     on
                        received
bh...@basestar:~$ pfexec zfs inherit compress tank/export/vmware/delusional
basestar:~$ zfs get compress tank/export/vmware/delusional
NAME                           PROPERTY                        VALUE
                        SOURCE
tank/export/vmware/delusional  compression                     on
                        received

Is this a bug in inherit, or is the documentation off?

-B

--
Brandon High : bh...@freaks.com
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to