Properties list for zfs in FreeBSD
    Zenny 
    garbytrash at gmail.com
       
    Wed Aug 21 13:02:21 UTC 2013
    
    
  
Hi:
Where can I find a list of properties (-o/-O property=value) for
creating a zpool?
I meant something like:
#zpool create \
    -o ashift=12 \
    -0 dedup=off
    -O autoexpand=off
    -O atime=off \
    -O canmount=off \
    -O compression=lz4 \
    -O normalization=formD \
    -O mountpoint=/jail \
    tank \
      mirror \
      /dev/gptid/diskname0 \
      /dev/gptid/diskname1 \
     cache \
     /dev/gptid/diskname2
Thanks!
    
    
More information about the freebsd-stable
mailing list