mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 10:37:35 +03:00
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 <mahrens@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Approved by: Eric Schrock <Eric.Schrock@delphix.com> References: illumos/illumos-gate@57221772c3 https://www.illumos.org/issues/2762 Ported-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
committed by
Brian Behlendorf
parent
3bc7e0fb0f
commit
b9b24bb4ca
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user