svn commit: r348732 - stable/12/cddl/contrib/opensolaris/cmd/zpool
Andriy Gapon
avg at FreeBSD.org
Thu Jun 6 11:35:25 UTC 2019
Author: avg
Date: Thu Jun 6 11:35:23 2019
New Revision: 348732
URL: https://svnweb.freebsd.org/changeset/base/348732
Log:
MFC r344360: zpool.8: document -D flag for zpool status
Modified:
stable/12/cddl/contrib/opensolaris/cmd/zpool/zpool.8
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/cddl/contrib/opensolaris/cmd/zpool/zpool.8
==============================================================================
--- stable/12/cddl/contrib/opensolaris/cmd/zpool/zpool.8 Thu Jun 6 11:32:39 2019 (r348731)
+++ stable/12/cddl/contrib/opensolaris/cmd/zpool/zpool.8 Thu Jun 6 11:35:23 2019 (r348732)
@@ -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,6 +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 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 x
Only display status for pools that are exhibiting errors or are otherwise
unavailable.
More information about the svn-src-stable-12
mailing list