Skip to content

Commit

Permalink
8899 zpool list property documentation doesn't match actual behaviour
Browse files Browse the repository at this point in the history
Reviewed by: Alexander Pyhalov <alp@rsu.ru>
Approved by: Dan McDonald <danmcd@joyent.com>
  • Loading branch information
Yuri Pankov authored and Dan McDonald committed Dec 21, 2017
1 parent 9fa2266 commit b0e142e
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions usr/src/man/man1m/zpool.1m
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
.\" Copyright (c) 2017 Datto Inc.
.\" Copyright (c) 2017 George Melikov. All Rights Reserved.
.\"
.Dd August 23, 2017
.Dd December 6, 2017
.Dt ZPOOL 1M
.Os
.Sh NAME
Expand Down Expand Up @@ -454,10 +454,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 space used within the pool.
.It Sy bootsize
The size of the system boot partition.
This property can only be set at pool creation time and is read-only once pool
Expand Down Expand Up @@ -505,8 +503,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 @@ -1325,8 +1321,8 @@ See the
.Sx Properties
section for a list of valid properties.
The default list is
.Sy name , size , used , available , fragmentation , expandsize , capacity ,
.Sy dedupratio , health , altroot .
.Cm name , size , allocated , free , expandsize , fragmentation , capacity ,
.Cm dedupratio , health , altroot .
.It Fl p
Display numbers in parsable
.Pq exact
Expand Down

0 comments on commit b0e142e

Please sign in to comment.