diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zpool.8 | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/man/man8/zpool.8 b/man/man8/zpool.8 index 351817569..43dccc05a 100644 --- a/man/man8/zpool.8 +++ b/man/man8/zpool.8 @@ -41,8 +41,9 @@ zpool \- configures ZFS storage pools .LP .nf -\fBzpool create\fR [\fB-fnd\fR] [\fB-o\fR \fIproperty=value\fR] ... [\fB-O\fR \fIfile-system-property=value\fR] - ... [\fB-m\fR \fImountpoint\fR] [\fB-R\fR \fIroot\fR] [\fB-t\fR \fItname\fR] \fIpool\fR \fIvdev\fR ... +\fBzpool create\fR [\fB-fnd\fR] [\fB-o\fR \fIproperty=value\fR] ... [\fB-o\fR feature@\fIfeature=value\fR] + ... [\fB-O\fR \fIfile-system-property=value\fR] ... [\fB-m\fR \fImountpoint\fR] [\fB-R\fR \fIroot\fR] + ... [\fB-t\fR \fItname\fR] \fIpool\fR \fIvdev\fR ... .fi .LP @@ -877,7 +878,7 @@ Clears device errors in a pool. If no arguments are specified, all device errors .sp .ne 2 .na -\fB\fBzpool create\fR [\fB-fnd\fR] [\fB-o\fR \fIproperty=value\fR] ... [\fB-O\fR \fIfile-system-property=value\fR] ... [\fB-m\fR \fImountpoint\fR] [\fB-R\fR \fIroot\fR] [\fB-t\fR \fItname\fR] \fIpool\fR \fIvdev\fR ...\fR +\fB\fBzpool create\fR [\fB-fnd\fR] [\fB-o\fR \fIproperty=value\fR] ... [\fB-o\fR feature@\fIfeature=value\fR] ... [\fB-O\fR \fIfile-system-property=value\fR] ... [\fB-m\fR \fImountpoint\fR] [\fB-R\fR \fIroot\fR] [\fB-t\fR \fItname\fR] \fIpool\fR \fIvdev\fR ...\fR .ad .sp .6 .RS 4n @@ -933,6 +934,18 @@ Sets the given pool properties. See the "Properties" section for a list of valid .sp .ne 2 .na +\fB\fB-o\fR feature@\fIfeature=value\fR [\fB-o\fR feature@\fIfeature=value\fR] ...\fR +.ad +.sp .6 +.RS 4n +Sets the given pool feature. See \fBzpool-features(5)\fR for a list of valid features that can be set. +.sp +Value can be either \fBdisabled\fR or \fBenabled\fR. +.RE + +.sp +.ne 2 +.na \fB\fB-O\fR \fIfile-system-property=value\fR\fR .ad .br |