zpoolget [-Hp] [-j [--json-int,--json-pool-key-guid]] [-ofield[,field]…] all|property[,property]…
[pool]…
Retrieves the given list of properties (or all properties if all is used) for the specified
storage pool(s). These properties are displayed with the following fields:
name Name of storage pool.
property Property name.
value Property value.
source Property source, either default or local.
See the zpoolprops(7) manual page for more information on the available pool properties.
-j, --json [--json-int,--json-pool-key-guid]
Display the list of properties in JSON format. Specify --json-int to display the
numbers in integer format instead of strings in JSON output. Specify
--json-pool-key-guid to set pool GUID as key for pool objects instead of pool
name.
-H Scripted mode. Do not display headers, and separate fields by a single tab
instead of arbitrary space.
-ofield A comma-separated list of columns to display, defaults to
name,property,value,source.
-p Display numbers in parsable (exact) values.
zpoolget [-j [--json-int]] [-Hp] [-ofield[,field]…] all|property[,property]… pool [all-vdevs|vdev]…
Retrieves the given list of properties (or all properties if all is used) for the specified vdevs
(or all vdevs if all-vdevs is used) in the specified pool. These properties are displayed with
the following fields:
name Name of vdev.
property Property name.
value Property value.
source Property source, either default or local.
See the vdevprops(7) manual page for more information on the available pool properties.
-j, --json [--json-int]
Display the list of properties in JSON format. Specify --json-int to display the
numbers in integer format instead of strings in JSON output.
-H Scripted mode. Do not display headers, and separate fields by a single tab
instead of arbitrary space.
-ofield A comma-separated list of columns to display, defaults to
name,property,value,source.
-p Display numbers in parsable (exact) values.
zpoolsetproperty=valuepool
Sets the given property on the specified pool. See the zpoolprops(7) manual page for more
information on what properties can be set and acceptable values.
zpoolsetproperty=valuepoolvdev
Sets the given property on the specified vdev in the specified pool. See the vdevprops(7) manual
page for more information on what properties can be set and acceptable values.