svn commit: r344360 - head/cddl/contrib/opensolaris/cmd/zpool

Andriy Gapon avg at FreeBSD.org
Wed Feb 20 13:34:17 UTC 2019


Author: avg
Date: Wed Feb 20 13:34:16 2019
New Revision: 344360
URL: https://svnweb.freebsd.org/changeset/base/344360

Log:
  zpool.8: document -D flag for zpool status
  
  The description is taken from the illumos manual.
  
  Reported by:	stilezy at gmail.com
  MFC after:	1 week

Modified:
  head/cddl/contrib/opensolaris/cmd/zpool/zpool.8

Modified: head/cddl/contrib/opensolaris/cmd/zpool/zpool.8
==============================================================================
--- head/cddl/contrib/opensolaris/cmd/zpool/zpool.8	Wed Feb 20 13:19:08 2019	(r344359)
+++ head/cddl/contrib/opensolaris/cmd/zpool/zpool.8	Wed Feb 20 13:34:16 2019	(r344360)
@@ -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-head mailing list