On 21/08/2013 23:39, Trond Endrestøl wrote:
On Wed, 21 Aug 2013 13:02-0000, Zenny wrote:

Where can I find a list of properties (-o/-O property=value) for
creating a zpool?


Read zpool(8) for zpool properties, and zfs(8) for zfs properties.


Always a good place for detailed explanations. A quick way to list all properties is to use the get command to cause a usage output.

zpool get
usage:
    get <"all" | property[,...]> <pool> ...

the following properties are supported:

    PROPERTY           EDIT   VALUES

    allocated          NO   <size>
    capacity           NO   <size>
...

zfs get
missing property argument
usage:
get [-rHp] [-d max] [-o "all" | field[,...]] [-t type[,...]] [-s source[,...]]
      <"all" | property[,...]> [filesystem|volume|snapshot] ...

The following properties are supported:

    PROPERTY       EDIT  INHERIT   VALUES

    available        NO       NO   <size>
    clones           NO       NO   <dataset>[,...]
...

_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to