diff options
author | Yuri Pankov <[email protected]> | 2017-12-06 08:19:31 +0300 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-01-11 13:54:34 -0800 |
commit | 6df9f8ebd73c05da627144bcc3823e6fe980cd75 (patch) | |
tree | e4a293433aa680e990c02462eefad273dfea3e85 /man | |
parent | bcb1a8a25e4ee9a94478378710de53b45a9b1517 (diff) |
OpenZFS 8899 - zpool list property documentation doesn't match actual 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: https://github.com/openzfs/openzfs/commit/b0e142e57d
Closes #7032
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zpool.8 | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/man/man8/zpool.8 b/man/man8/zpool.8 index 0f844827e..64f570d7b 100644 --- a/man/man8/zpool.8 +++ b/man/man8/zpool.8 @@ -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 @@ -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, @@ -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 @@ -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 |