svn commit: r354640 - stable/12/cddl/contrib/opensolaris/cmd/zpool
Andriy Gapon
avg at FreeBSD.org
Tue Nov 12 14:08:22 UTC 2019
Author: avg
Date: Tue Nov 12 14:08:21 2019
New Revision: 354640
URL: https://svnweb.freebsd.org/changeset/base/354640
Log:
MFC r354437: fix zpool list property names
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 Tue Nov 12 13:57:17 2019 (r354639)
+++ stable/12/cddl/contrib/opensolaris/cmd/zpool/zpool.8 Tue Nov 12 14:08:21 2019 (r354640)
@@ -27,7 +27,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 20, 2019
+.Dd November 7, 2019
.Dt ZPOOL 8
.Os
.Sh NAME
@@ -599,8 +599,8 @@ Each pool has several properties associated with it. S
read-only statistics while others are configurable and change the behavior of
the pool. The following are read-only properties:
.Bl -tag -width "dedupratio"
-.It Sy alloc
-Amount of storage space within the pool that has been physically allocated.
+.It Sy allocated
+Amount of storage space used within the pool.
.It Sy capacity
Percentage of pool space used. This property can also be referred to by its
shortened column name, "cap".
@@ -650,8 +650,6 @@ Information about unsupported features that are enable
See
.Xr zpool-features 7
for details.
-.It Sy used
-Amount of storage space used within the pool.
.El
.Pp
The space usage properties report actual physical space available to the
@@ -1573,8 +1571,8 @@ Comma-separated list of properties to display. See the
section for a list of valid properties. The default list is
.Sy name ,
.Sy size ,
-.Sy used ,
-.Sy available ,
+.Sy allocated ,
+.Sy free ,
.Sy checkpoint ,
.Sy expandsize ,
.Sy fragmentation ,
More information about the svn-src-all
mailing list