28 December 2023

zfs help properties

Solaris zfs has many properties. to see the possible values you can use zfs help -l properties.

-bash-5.2$ zfs help -l properties | wc -l
167


The "DELEG" column was added in Solaris 11.4 SRU63 (November 2023)

-bash-5.2$ zfs help -l properties
PROPERTY                            EDIT  INHERIT  DELEG  VALUES
aclinherit                           YES      YES    YES  discard | noallow | restricted | passthrough | passthrough-x | passthrough-mode-preserve
aclmode                              YES      YES    YES  discard | mask | passthrough
atime                                YES      YES    YES  on | off
available                             NO       NO     NO  <size>
canmount                             YES       NO    YES  on | off | noauto
casesensitivity                       NO      YES    YES  sensitive | insensitive | mixed
checksum                             YES      YES    YES  on | off | fletcher2 | fletcher4 | sha256
compression                          YES      YES    YES  on | off | lzjb | gzip | gzip-[1-9] | zle | lz4
[...]