diff options
author | Brian Behlendorf <[email protected]> | 2021-02-04 09:56:28 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2021-02-04 09:56:28 -0800 |
commit | d66f017c1775952a1923031039fdfb1ac28a34f4 (patch) | |
tree | 7ca26c248410a299892fead94ae1c37f2efbf6b2 /man/man8 | |
parent | 84268b099b96ea446d890bfe3946547ad7d08097 (diff) |
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 <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #11562
Closes #11565
Diffstat (limited to 'man/man8')
-rw-r--r-- | man/man8/zfs-list.8 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/man/man8/zfs-list.8 b/man/man8/zfs-list.8 index e6db73631..3ed74955e 100644 --- a/man/man8/zfs-list.8 +++ b/man/man8/zfs-list.8 @@ -63,12 +63,17 @@ If specified, you can list property information by the absolute pathname or the relative pathname. By default, all file systems and volumes are displayed. Snapshots are displayed if the -.Sy listsnaps -property is +.Sy listsnapshots +pool property is .Sy on .Po the default is .Sy off -.Pc . +.Pc , +or if the +.Fl t Sy snapshot +or +.Fl t Sy all +options are specified. The following fields are displayed: .Sy name Ns \&, Sy used Ns \&, Sy available Ns \&, Sy referenced Ns \&, Sy mountpoint Ns . .Bl -tag -width "-H" |