diff options
author | John Levon <john.levon@joyent.com> | 2020-05-26 13:57:13 +0000 |
---|---|---|
committer | John Levon <john.levon@joyent.com> | 2020-05-26 13:57:13 +0000 |
commit | 5b2acc0949194447bba6e45a0fa44d0b5f42f208 (patch) | |
tree | 7ea9eb87bc68fee386dd39035ce715e87a0e673c /usr/src/man/man1m/zpool.1m | |
parent | 8ca018083101bf1cb175869679bc123187fb1bab (diff) | |
parent | 2a1277d3064386cd5c4e372301007aa330bf1d5e (diff) | |
download | illumos-joyent-gcc9.tar.gz |
mergegcc9
Diffstat (limited to 'usr/src/man/man1m/zpool.1m')
-rw-r--r-- | usr/src/man/man1m/zpool.1m | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/usr/src/man/man1m/zpool.1m b/usr/src/man/man1m/zpool.1m index 5a793062f2..6d291ba46a 100644 --- a/usr/src/man/man1m/zpool.1m +++ b/usr/src/man/man1m/zpool.1m @@ -28,7 +28,7 @@ .\" Copyright 2020 Joyent, Inc. .\" Copyright (c) 2012 Cyril Plisko. All Rights Reserved. .\" -.Dd August 30, 2019 +.Dd April 29, 2020 .Dt ZPOOL 1M .Os .Sh NAME @@ -61,6 +61,7 @@ .Op Fl B .Op Fl m Ar mountpoint .Oo Fl o Ar property Ns = Ns Ar value Oc Ns ... +.Oo Fl o Cm feature@ Ns Ar feature Ns = Ns Ar value Oc Ns ... .Oo Fl O Ar file-system-property Ns = Ns Ar value Oc Ns ... .Op Fl R Ar root .Op Fl t Ar tempname @@ -1045,6 +1046,7 @@ another host, and resuming I/O could result in pool damage. .Op Fl B .Op Fl m Ar mountpoint .Oo Fl o Ar property Ns = Ns Ar value Oc Ns ... +.Oo Fl o Cm feature@ Ns Ar feature Ns = Ns Ar value Oc Ns ... .Oo Fl O Ar file-system-property Ns = Ns Ar value Oc Ns ... .Op Fl R Ar root .Op Fl t Ar tempname @@ -1175,6 +1177,17 @@ Sets the given pool properties. See the .Sx Properties section for a list of valid properties that can be set. +.It Fl o Cm feature@ Ns Ar feature Ns = Ns Ar value +Sets the given pool feature. +See +.Xr zpool-features 5 +for a list of valid features that can be set. +.Pp +.Ar value +can either be +.Sy disabled +or +.Sy enabled . .It Fl O Ar file-system-property Ns = Ns Ar value Sets the given file system properties in the root file system of the pool. See the |