mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-28 11:59:34 +03:00
Fix status command options in zpool(8)
The 'zpool status' command supports the -P option for printing full path names. It does not support the -p parsable option for printing exact values. Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: loli10K <ezomori.nozomu@gmail.com> Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #6792 Closes #6794
This commit is contained in:
parent
d834d6811b
commit
2d41e75e52
@ -1950,9 +1950,10 @@ Display real paths for vdevs resolving all symbolic links. This can
|
|||||||
be used to look up the current block device name regardless of the
|
be used to look up the current block device name regardless of the
|
||||||
.Pa /dev/disk/
|
.Pa /dev/disk/
|
||||||
path used to open it.
|
path used to open it.
|
||||||
.It Fl p
|
.It Fl P
|
||||||
Display numbers in parsable (exact) values. Time values are in
|
Display full paths for vdevs instead of only the last component of
|
||||||
nanoseconds.
|
the path. This can be used in conjunction with the
|
||||||
|
.Fl L flag.
|
||||||
.It Fl D
|
.It Fl D
|
||||||
Display a histogram of deduplication statistics, showing the allocated
|
Display a histogram of deduplication statistics, showing the allocated
|
||||||
.Pq physically present on disk
|
.Pq physically present on disk
|
||||||
|
Loading…
Reference in New Issue
Block a user