mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-31 11:14:09 +03:00
Lint most manpages
Reviewed-by: Richard Laager <rlaager@wiktel.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Tony Nguyen <tony.nguyen@delphix.com> Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #12129
This commit is contained in:
+15
-14
@@ -18,7 +18,6 @@
|
||||
.\"
|
||||
.\" CDDL HEADER END
|
||||
.\"
|
||||
.\"
|
||||
.\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved.
|
||||
.\" Copyright (c) 2012, 2018 by Delphix. All rights reserved.
|
||||
.\" Copyright (c) 2012 Cyril Plisko. All Rights Reserved.
|
||||
@@ -31,9 +30,10 @@
|
||||
.Dd August 9, 2019
|
||||
.Dt ZPOOL-UPGRADE 8
|
||||
.Os
|
||||
.
|
||||
.Sh NAME
|
||||
.Nm zpool-upgrade
|
||||
.Nd Manage version and feature flags of ZFS storage pools
|
||||
.Nd manage version and feature flags of ZFS storage pools
|
||||
.Sh SYNOPSIS
|
||||
.Nm zpool
|
||||
.Cm upgrade
|
||||
@@ -43,7 +43,8 @@
|
||||
.Nm zpool
|
||||
.Cm upgrade
|
||||
.Op Fl V Ar version
|
||||
.Fl a Ns | Ns Ar pool Ns ...
|
||||
.Fl a Ns | Ns Ar pool Ns …
|
||||
.
|
||||
.Sh DESCRIPTION
|
||||
.Bl -tag -width Ds
|
||||
.It Xo
|
||||
@@ -56,29 +57,30 @@ These pools can continue to be used, but some features may not be available.
|
||||
Use
|
||||
.Nm zpool Cm upgrade Fl a
|
||||
to enable all features on all pools (subject to the
|
||||
.Fl o Ar compatibility
|
||||
.Fl o Sy compatibility
|
||||
property).
|
||||
.It Xo
|
||||
.Nm zpool
|
||||
.Cm upgrade
|
||||
.Fl v
|
||||
.Xc
|
||||
Displays legacy ZFS versions supported by the current software.
|
||||
Displays legacy ZFS versions supported by the this version of ZFS.
|
||||
See
|
||||
.Xr zpool-features 5
|
||||
for a description of feature flags features supported by the current software.
|
||||
for a description of feature flags features supported by this version of ZFS.
|
||||
.It Xo
|
||||
.Nm zpool
|
||||
.Cm upgrade
|
||||
.Op Fl V Ar version
|
||||
.Fl a Ns | Ns Ar pool Ns ...
|
||||
.Fl a Ns | Ns Ar pool Ns …
|
||||
.Xc
|
||||
Enables all supported features on the given pool.
|
||||
.Pp
|
||||
If the pool has specified compatibility feature sets using the
|
||||
.Fl o Ar compatibility
|
||||
.Fl o Sy compatibility
|
||||
property, only the features present in all requested compatibility sets will be
|
||||
enabled. If this property is set to
|
||||
enabled.
|
||||
If this property is set to
|
||||
.Ar legacy
|
||||
then no upgrade will take place.
|
||||
.Pp
|
||||
@@ -94,15 +96,14 @@ Enables all supported features (from specified compatibility sets, if any) on al
|
||||
pools.
|
||||
.It Fl V Ar version
|
||||
Upgrade to the specified legacy version.
|
||||
If the
|
||||
.Fl V
|
||||
flag is specified, no features will be enabled on the pool.
|
||||
If specified, no features will be enabled on the pool.
|
||||
This option can only be used to increase the version number up to the last
|
||||
supported legacy version number.
|
||||
.El
|
||||
.El
|
||||
.
|
||||
.Sh SEE ALSO
|
||||
.Xr zpool-features 5 ,
|
||||
.Xr zpool-history 8 ,
|
||||
.Xr zpoolconcepts 8 ,
|
||||
.Xr zpoolprops 8 ,
|
||||
.Xr zpool-history 8
|
||||
.Xr zpoolprops 8
|
||||
|
||||
Reference in New Issue
Block a user