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: add '-t fs' and '-t vol' options #15864

Merged
merged 1 commit into from Feb 8, 2024

Conversation

robn
Copy link
Contributor

@robn robn commented Feb 7, 2024

Motivation and Context

Because "filesystem" and "volume" are just too long!

(With thanks to the lurkers in the ZFS Production Users call).

Description

Add fs and vol as valid options to -t, for ZFS_TYPE_FILESYSTEM and ZFS_TYPE_VOLUME.

How Has This Been Tested?

By hand. zfs_list tests pass.

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:

Because "filesystem" and "volume" are just too long!

Signed-off-by: Rob Norris <robn@despairlabs.com>
Sponsored-by: https://despairlabs.com/sponsor/
@behlendorf behlendorf added the Status: Accepted Ready to integrate (reviewed, tested) label Feb 8, 2024
@behlendorf behlendorf merged commit a5a7254 into openzfs:master Feb 8, 2024
22 of 25 checks passed
robn added a commit to robn/zfs that referenced this pull request Feb 11, 2024
Because "filesystem" and "volume" are just too long!

Sponsored-by: https://despairlabs.com/sponsor/
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Rob Norris <robn@despairlabs.com>
Closes openzfs#15864
(cherry picked from commit a5a7254)
tonyhutter pushed a commit that referenced this pull request Feb 12, 2024
Because "filesystem" and "volume" are just too long!

Sponsored-by: https://despairlabs.com/sponsor/
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Rob Norris <robn@despairlabs.com>
Closes #15864
(cherry picked from commit a5a7254)
tonyhutter pushed a commit that referenced this pull request Feb 22, 2024
Because "filesystem" and "volume" are just too long!

Sponsored-by: https://despairlabs.com/sponsor/
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Rob Norris <robn@despairlabs.com>
Closes #15864
(cherry picked from commit a5a7254)
lundman pushed a commit to openzfsonwindows/openzfs that referenced this pull request Mar 13, 2024
Because "filesystem" and "volume" are just too long!

Sponsored-by: https://despairlabs.com/sponsor/
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Rob Norris <robn@despairlabs.com>
Closes openzfs#15864
lundman pushed a commit to openzfsonwindows/openzfs that referenced this pull request Mar 13, 2024
Because "filesystem" and "volume" are just too long!

Sponsored-by: https://despairlabs.com/sponsor/
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Rob Norris <robn@despairlabs.com>
Closes openzfs#15864
lundman pushed a commit to openzfsonwindows/openzfs that referenced this pull request Mar 13, 2024
Because "filesystem" and "volume" are just too long!

Sponsored-by: https://despairlabs.com/sponsor/
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Rob Norris <robn@despairlabs.com>
Closes openzfs#15864
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)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants