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!
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[email protected]"

Reply via email to