NAME
zpool-get — retrieve properties of ZFS storage poolsSYNOPSIS
zpool | get [-Hp] [-o field[,field]…] all|property[,property]… [pool]… |
zpool | set property=value pool |
DESCRIPTION
- zpool get [-Hp] [-o field[,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: See the zpoolprops(7) manual page for more information on the available pool properties.
- zpool set property=value pool
- 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.
SEE ALSO
zpool-features(7), zpoolprops(7), zpool-list(8)August 9, 2019 | OpenZFS |