diff options
author | Christopher Siden <chris.siden@delphix.com> | 2012-07-19 04:58:27 -0700 |
---|---|---|
committer | Christopher Siden <chris.siden@delphix.com> | 2012-07-19 04:58:27 -0700 |
commit | 57221772c3fc05faba04bf48ddff45abf2bbf2bd (patch) | |
tree | c5cee9fd458d8493bc0a7be97ba725ffdc17eed7 /usr/src/man/man5/zpool-features.5 | |
parent | 21b27315a4575c86ba26ddfbccfaa768f2d1d37a (diff) | |
download | illumos-joyent-57221772c3fc05faba04bf48ddff45abf2bbf2bd.tar.gz |
2762 zpool command should have better support for feature flags
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: George Wilson <george.wilson@delphix.com>
Approved by: Eric Schrock <Eric.Schrock@delphix.com>
Diffstat (limited to 'usr/src/man/man5/zpool-features.5')
-rw-r--r-- | usr/src/man/man5/zpool-features.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/man/man5/zpool-features.5 b/usr/src/man/man5/zpool-features.5 index 453e1ad2a4..3c1930c35a 100644 --- a/usr/src/man/man5/zpool-features.5 +++ b/usr/src/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 |