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

Add "zstd-fast" to help options for "compression" property #11670

Merged
merged 1 commit into from
Mar 3, 2021
Merged

Add "zstd-fast" to help options for "compression" property #11670

merged 1 commit into from
Mar 3, 2021

Conversation

RealOrangeOne
Copy link
Contributor

Motivation and Context

The "zstd-fast" option exists, and is documented in some places. Without looking specifically at the manpages or source code, it's a difficult option to find.

Description

Add "zstd-fast" as a documented possible value when showing error text or enumerating all properties and possible values.

How Has This Been Tested?

Using zfs set -o compression=zstd-fast tank works as expected, it's just updating the help text.

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:

This value does work as expected, and is documented in the manpage.

Signed-off-by: Jake Howard <git@theorangeone.net>
Copy link
Contributor

@behlendorf behlendorf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@behlendorf behlendorf added Status: Code Review Needed Ready for review and testing Type: Documentation Indicates a requested change to the documentation labels Mar 1, 2021
@RealOrangeOne
Copy link
Contributor Author

(I don't think the test failures here are related to my change. If they are, I'm going to need some help deciphering the CI output)

@behlendorf behlendorf added Status: Accepted Ready to integrate (reviewed, tested) and removed Status: Code Review Needed Ready for review and testing labels Mar 3, 2021
@behlendorf behlendorf merged commit 3242b53 into openzfs:master Mar 3, 2021
@RealOrangeOne RealOrangeOne deleted the zstd-fast-help branch March 3, 2021 17:16
behlendorf pushed a commit that referenced this pull request Mar 5, 2021
This value does work as expected, and is documented in the manpage.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Jake Howard <git@theorangeone.net>
Closes #11670
jsai20 pushed a commit to jsai20/zfs that referenced this pull request Mar 30, 2021
This value does work as expected, and is documented in the manpage.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Jake Howard <git@theorangeone.net>
Closes openzfs#11670
sempervictus pushed a commit to sempervictus/zfs that referenced this pull request May 31, 2021
This value does work as expected, and is documented in the manpage.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Jake Howard <git@theorangeone.net>
Closes openzfs#11670
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.

2 participants