Skip to content

Commit

Permalink
OpenZFS 8899 - zpool list property documentation doesn't match actual…
Browse files Browse the repository at this point in the history
… behaviour

Authored by: Yuri Pankov <[email protected]>
Reviewed by: Alexander Pyhalov <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Approved by: Dan McDonald <[email protected]>
Ported-by: Brian Behlendorf <[email protected]>

OpenZFS-issue: https://www.illumos.org/issues/8899
OpenZFS-commit: openzfs/openzfs@b0e142e57d
Closes openzfs#7032
  • Loading branch information
Yuri Pankov authored and Nasf-Fan committed Feb 13, 2018
1 parent f1f9464 commit fe9ad26
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions man/man8/zpool.8
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
.\" Copyright 2017 Nexenta Systems, Inc.
.\" Copyright (c) 2017 Open-E, Inc. All Rights Reserved.
.\"
.Dd August 23, 2017
.Dd January 10, 2018
.Dt ZPOOL 8 SMM
.Os Linux
.Sh NAME
Expand Down Expand Up @@ -472,10 +472,8 @@ change the behavior of the pool.
.Pp
The following are read-only properties:
.Bl -tag -width Ds
.It Sy available
Amount of storage available within the pool.
This property can also be referred to by its shortened column name,
.Sy avail .
.It Cm allocated
Amount of storage used within the pool.
.It Sy capacity
Percentage of pool space used.
This property can also be referred to by its shortened column name,
Expand Down Expand Up @@ -516,8 +514,6 @@ Information about unsupported features that are enabled on the pool.
See
.Xr zpool-features 5
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
Expand Down Expand Up @@ -1661,8 +1657,8 @@ See the
.Sx Properties
section for a list of valid properties.
The default list is
.Sy name, size, alloc, free, fragmentation, expandsize, capacity,
.Sy dedupratio, health, altroot .
.Cm name , size , allocated , free , expandsize , fragmentation , capacity ,
.Cm dedupratio , health , altroot .
.It Fl L
Display real paths for vdevs resolving all symbolic links. This can
be used to look up the current block device name regardless of the
Expand Down

0 comments on commit fe9ad26

Please sign in to comment.