mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 02:20:59 +03:00
zfs-list.8: clarify listing snapshots
Clarify how to include snapshots in the `zpool list` output by referencing the full name of the `listsnapshots` pool property, and the `zpool list -t snapshot` option. Reviewed-by: Matthew Ahrens <mahrens@delphix.com> Reviewed-by: George Melikov <mail@gmelikov.ru> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #11562 Closes #11565
This commit is contained in:
parent
858ea8861c
commit
fb0d807477
@ -63,12 +63,17 @@ If specified, you can list property information by the absolute pathname or the
|
|||||||
relative pathname.
|
relative pathname.
|
||||||
By default, all file systems and volumes are displayed.
|
By default, all file systems and volumes are displayed.
|
||||||
Snapshots are displayed if the
|
Snapshots are displayed if the
|
||||||
.Sy listsnaps
|
.Sy listsnapshots
|
||||||
property is
|
pool property is
|
||||||
.Sy on
|
.Sy on
|
||||||
.Po the default is
|
.Po the default is
|
||||||
.Sy off
|
.Sy off
|
||||||
.Pc .
|
.Pc ,
|
||||||
|
or if the
|
||||||
|
.Fl t Sy snapshot
|
||||||
|
or
|
||||||
|
.Fl t Sy all
|
||||||
|
options are specified.
|
||||||
The following fields are displayed:
|
The following fields are displayed:
|
||||||
.Sy name Ns \&, Sy used Ns \&, Sy available Ns \&, Sy referenced Ns \&, Sy mountpoint Ns .
|
.Sy name Ns \&, Sy used Ns \&, Sy available Ns \&, Sy referenced Ns \&, Sy mountpoint Ns .
|
||||||
.Bl -tag -width "-H"
|
.Bl -tag -width "-H"
|
||||||
|
Loading…
Reference in New Issue
Block a user