diff options
author | Christopher Siden <[email protected]> | 2012-12-14 15:00:45 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-01-08 10:35:43 -0800 |
commit | b9b24bb4ca45f2d903efadba44d10dfd182f62ac (patch) | |
tree | 66851e088971be7fbeed9f938227caf5295216b8 /man/man5 | |
parent | 3bc7e0fb0f3904eaf41e0b9768ebe2d042ae98aa (diff) |
Illumos #2762: zpool command should have better support for feature flags
2762 zpool command should have better support for feature flags
Reviewed by: Matthew Ahrens <[email protected]>
Reviewed by: George Wilson <[email protected]>
Approved by: Eric Schrock <[email protected]>
References:
illumos/illumos-gate@57221772c3fc05faba04bf48ddff45abf2bbf2bd
https://www.illumos.org/issues/2762
Ported-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'man/man5')
-rw-r--r-- | man/man5/zpool-features.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/man5/zpool-features.5 b/man/man5/zpool-features.5 index 453e1ad2a..3c1930c35 100644 --- a/man/man5/zpool-features.5 +++ b/man/man5/zpool-features.5 @@ -20,8 +20,9 @@ zpool\-features \- ZFS pool feature descriptions .LP ZFS pool on\-disk format versions are specified via "features" which replace the old on\-disk format numbers (the last supported on\-disk format number is -28). To enable a feature on a pool use the \fBzpool\fR(1M) command to set -the \fBfeature@\fR\fIfeature_name\fR property to \fBenabled\fR. +28). To enable a feature on a pool use the \fBupgrade\fR subcommand of the +\fBzpool\fR(1M) command, or set the \fBfeature@\fR\fIfeature_name\fR property +to \fBenabled\fR. .sp .LP The pool format does not affect file system version compatibility or the ability |