svn commit: r349204 - stable/11/cddl/contrib/opensolaris/cmd/zpool
Andriy Gapon
avg at FreeBSD.org
Wed Jun 19 20:01:14 UTC 2019
Author: avg
Date: Wed Jun 19 20:01:13 2019
New Revision: 349204
URL: https://svnweb.freebsd.org/changeset/base/349204
Log:
MFC r344360,r344361: zpool.8: document -D flag for zpool status
Also, sort zpool status flags in the same order as in illumos manual.
Modified:
stable/11/cddl/contrib/opensolaris/cmd/zpool/zpool.8
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/cddl/contrib/opensolaris/cmd/zpool/zpool.8
==============================================================================
--- stable/11/cddl/contrib/opensolaris/cmd/zpool/zpool.8 Wed Jun 19 19:58:43 2019 (r349203)
+++ stable/11/cddl/contrib/opensolaris/cmd/zpool/zpool.8 Wed Jun 19 20:01:13 2019 (r349204)
@@ -27,7 +27,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 27, 2018
+.Dd February 20, 2019
.Dt ZPOOL 8
.Os
.Sh NAME
@@ -187,7 +187,7 @@
.Op Ar device ...
.Nm
.Cm status
-.Op Fl vx
+.Op Fl Dvx
.Op Fl T Cm d Ns | Ns Cm u
.Op Ar pool
.Ar ...
@@ -1862,7 +1862,7 @@ section, above, for more information on the available
.It Xo
.Nm
.Cm status
-.Op Fl vx
+.Op Fl Dvx
.Op Fl T Cm d Ns | Ns Cm u
.Op Ar pool
.Ar ...
@@ -1891,14 +1891,12 @@ done and the estimated time to completion. Both of the
because the amount of data in the pool and the other workloads on the system
can change.
.Bl -tag -width indent
-.It Fl x
-Only display status for pools that are exhibiting errors or are otherwise
-unavailable.
-Warnings about pools not using the latest on-disk format, having non-native
-block size or disabled features will not be included.
-.It Fl v
-Displays verbose data error information, printing out a complete list of all
-data errors since the last complete pool scrub.
+.It Fl D
+Display a histogram of deduplication statistics, showing the allocated
+.Pq physically present on disk
+and referenced
+.Pq logically referenced in the pool
+block counts and sizes by reference count.
.It Fl T Cm d Ns | Ns Cm u
Print a timestamp.
.Pp
@@ -1910,6 +1908,14 @@ Use modifier
.Cm u
for unixtime
.Pq equals Qq Ic date +%s .
+.It Fl v
+Displays verbose data error information, printing out a complete list of all
+data errors since the last complete pool scrub.
+.It Fl x
+Only display status for pools that are exhibiting errors or are otherwise
+unavailable.
+Warnings about pools not using the latest on-disk format, having non-native
+block size or disabled features will not be included.
.El
.It Xo
.Nm
More information about the svn-src-stable-11
mailing list