Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zfs-list.8: clarify listing snapshots #11565

Merged
merged 1 commit into from
Feb 4, 2021

Conversation

behlendorf
Copy link
Contributor

@behlendorf behlendorf commented Feb 3, 2021

Motivation and Context

Issue #11562.

cc: @ThePythonicCow

Description

Clarify how to include snapshots in the zpool list outpool by
referencing the full name of the listsnapshots pool property, and
the zpool list -t snapshot option.

How Has This Been Tested?

Proofread via man/man8/zfs-list.8, snippet:

   If specified, you can list property information by the absolute path‐
   name or the relative pathname.  By default, all file systems and vol‐
   umes are displayed.  Snapshots are displayed if the listsnapshots pool
   property is on (the default is off), or if the -t snapshot or -t all
   options are specified.  The following fields are displayed: name, used,
   available, referenced, mountpoint.

[updated]

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Performance enhancement (non-breaking change which improves efficiency)
  • Code cleanup (non-breaking change which makes code smaller or more readable)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Library ABI change (libzfs, libzfs_core, libnvpair, libuutil and libzfsbootenv)
  • Documentation (a change to man pages or other documentation)

Checklist:

@behlendorf behlendorf added Type: Documentation Indicates a requested change to the documentation Status: Code Review Needed Ready for review and testing labels Feb 3, 2021
man/man8/zfs-list.8 Outdated Show resolved Hide resolved
Clarify how to include snapshots in the `zpool list` outpool by
referencing the full name of the `listsnapshots` pool property,
and the `zpool list -t snapshot` option.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue openzfs#11562
@behlendorf behlendorf added Status: Accepted Ready to integrate (reviewed, tested) and removed Status: Code Review Needed Ready for review and testing labels Feb 4, 2021
@behlendorf behlendorf merged commit d66f017 into openzfs:master Feb 4, 2021
behlendorf added a commit that referenced this pull request Feb 5, 2021
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
jsai20 pushed a commit to jsai20/zfs that referenced this pull request Mar 30, 2021
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 openzfs#11562
Closes openzfs#11565
@behlendorf behlendorf deleted the issue-11562 branch April 19, 2021 19:20
sempervictus pushed a commit to sempervictus/zfs that referenced this pull request May 31, 2021
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 openzfs#11562
Closes openzfs#11565
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Accepted Ready to integrate (reviewed, tested) Type: Documentation Indicates a requested change to the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants