mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-31 19:24:09 +03:00
Lint most manpages
Reviewed-by: Richard Laager <rlaager@wiktel.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Tony Nguyen <tony.nguyen@delphix.com> Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #12129
This commit is contained in:
+17
-24
@@ -18,7 +18,6 @@
|
||||
.\"
|
||||
.\" CDDL HEADER END
|
||||
.\"
|
||||
.\"
|
||||
.\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved.
|
||||
.\" Copyright (c) 2012, 2018 by Delphix. All rights reserved.
|
||||
.\" Copyright (c) 2012 Cyril Plisko. All Rights Reserved.
|
||||
@@ -30,28 +29,20 @@
|
||||
.Dd August 9, 2019
|
||||
.Dt ZPOOL-LIST 8
|
||||
.Os
|
||||
.
|
||||
.Sh NAME
|
||||
.Nm zpool-list
|
||||
.Nd Lists ZFS storage pools along with a health status and space usage
|
||||
.Nd list information about ZFS storage pools
|
||||
.Sh SYNOPSIS
|
||||
.Nm zpool
|
||||
.Cm list
|
||||
.Op Fl HgLpPv
|
||||
.Op Fl o Ar property Ns Oo , Ns Ar property Oc Ns ...
|
||||
.Op Fl o Ar property Ns Oo , Ns Ar property Oc Ns …
|
||||
.Op Fl T Sy u Ns | Ns Sy d
|
||||
.Oo Ar pool Oc Ns ...
|
||||
.Oo Ar pool Oc Ns …
|
||||
.Op Ar interval Op Ar count
|
||||
.
|
||||
.Sh DESCRIPTION
|
||||
.Bl -tag -width Ds
|
||||
.It Xo
|
||||
.Nm zpool
|
||||
.Cm list
|
||||
.Op Fl HgLpPv
|
||||
.Op Fl o Ar property Ns Oo , Ns Ar property Oc Ns ...
|
||||
.Op Fl T Sy u Ns | Ns Sy d
|
||||
.Oo Ar pool Oc Ns ...
|
||||
.Op Ar interval Op Ar count
|
||||
.Xc
|
||||
Lists the given pools along with a health status and space usage.
|
||||
If no
|
||||
.Ar pool Ns s
|
||||
@@ -60,7 +51,7 @@ When given an
|
||||
.Ar interval ,
|
||||
the information is printed every
|
||||
.Ar interval
|
||||
seconds until ^C is pressed.
|
||||
seconds until killed.
|
||||
If
|
||||
.Ar count
|
||||
is specified, the command exits after
|
||||
@@ -68,8 +59,8 @@ is specified, the command exits after
|
||||
reports are printed.
|
||||
.Bl -tag -width Ds
|
||||
.It Fl g
|
||||
Display vdev GUIDs instead of the normal device names. These GUIDs
|
||||
can be used in place of device names for the zpool
|
||||
Display vdev GUIDs instead of the normal device names.
|
||||
These GUIDs can be used in place of device names for the zpool
|
||||
detach/offline/remove/replace commands.
|
||||
.It Fl H
|
||||
Scripted mode.
|
||||
@@ -81,19 +72,21 @@ See the
|
||||
.Xr zpoolprops 8
|
||||
manual page for a list of valid properties.
|
||||
The default list is
|
||||
.Cm name , size , allocated , free , checkpoint, expandsize , fragmentation ,
|
||||
.Cm capacity , dedupratio , health , altroot .
|
||||
.Sy name , size , allocated , free , checkpoint, expandsize , fragmentation ,
|
||||
.Sy capacity , 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
|
||||
/dev/disk/ path used to open it.
|
||||
Display real paths for vdevs resolving all symbolic links.
|
||||
This can be used to look up the current block device name regardless of the
|
||||
.Pa /dev/disk
|
||||
path used to open it.
|
||||
.It Fl p
|
||||
Display numbers in parsable
|
||||
.Pq exact
|
||||
values.
|
||||
.It Fl P
|
||||
Display full paths for vdevs instead of only the last component of
|
||||
the path. This can be used in conjunction with the
|
||||
the path.
|
||||
This can be used in conjunction with the
|
||||
.Fl L
|
||||
flag.
|
||||
.It Fl T Sy u Ns | Ns Sy d
|
||||
@@ -113,7 +106,7 @@ Verbose statistics.
|
||||
Reports usage statistics for individual vdevs within the pool, in addition to
|
||||
the pool-wide statistics.
|
||||
.El
|
||||
.El
|
||||
.
|
||||
.Sh SEE ALSO
|
||||
.Xr zpool-import 8 ,
|
||||
.Xr zpool-status 8
|
||||
|
||||
Reference in New Issue
Block a user