diff options
author | Richard Laager <[email protected]> | 2016-05-11 13:05:33 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-05-16 12:26:31 -0700 |
commit | 8e07f9a916c206833b94f047d834bc791661a3ed (patch) | |
tree | 7b0e5000a2b138dee97fdd63316e43bddadd2686 | |
parent | 9ef21991f392630dc5c29384fadc0e4ce701cac2 (diff) |
zfs.8: Improve zfs upgrade documentation
Signed-off-by: Richard Laager <[email protected]>
-rw-r--r-- | man/man8/zfs.8 | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/man/man8/zfs.8 b/man/man8/zfs.8 index 3e070a630..be5394df7 100644 --- a/man/man8/zfs.8 +++ b/man/man8/zfs.8 @@ -2336,7 +2336,7 @@ if the \fB-S\fR option was not specified. .ne 2 .mk .na -\fB\fBzfs upgrade\fR [\fB-v\fR]\fR +\fB\fBzfs upgrade\fR .ad .sp .6 .RS 4n @@ -2347,6 +2347,18 @@ Displays a list of file systems that are not the most recent version. .ne 2 .mk .na +\fB\fBzfs upgrade\fR \fB-v\fR\fR +.ad +.sp .6 +.RS 4n +Displays a list of file system versions. +.RE + + +.sp +.ne 2 +.mk +.na \fB\fBzfs upgrade\fR [\fB-r\fR] [\fB-V\fR \fIversion\fR] [\fB-a\fR | \fIfilesystem\fR]\fR .ad .sp .6 @@ -2364,7 +2376,7 @@ In some cases, the file system version and the pool version are interrelated and .ad .sp .6 .RS 4n -Upgrade all file systems on all imported pools. +Upgrades all file systems on all imported pools. .RE .sp @@ -2375,7 +2387,7 @@ Upgrade all file systems on all imported pools. .ad .sp .6 .RS 4n -Upgrade the specified file system. +Upgrades the specified file system. .RE .sp @@ -2386,7 +2398,7 @@ Upgrade the specified file system. .ad .sp .6 .RS 4n -Upgrade the specified file system and all descendent file systems +Upgrades the specified file system and all descendent file systems .RE .sp @@ -2397,7 +2409,7 @@ Upgrade the specified file system and all descendent file systems .ad .sp .6 .RS 4n -Upgrade to the specified \fIversion\fR. If the \fB-V\fR flag is not specified, this command upgrades to the most recent version. This option can only be used to increase the version number, and only up to the most recent version supported by this software. +Upgrades to the specified \fIversion\fR. If the \fB-V\fR flag is not specified, this command upgrades to the most recent version. This option can only be used to increase the version number, and only up to the most recent version supported by this software. .RE .RE |