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

ceph: remove default value for pool compression (backport #8966) #8972

Merged
merged 1 commit into from Oct 13, 2021

Commits on Oct 13, 2021

  1. ceph: remove default value for pool compression

    Using a default value for CompressionMode to none effectively overrides
    any values for Parameters. It is deprecated but still takes precedence.
    Which means that in its previous form, Parameters was always ignored
    since CompressionMode was always set to none when empty.
    
    Signed-off-by: Sébastien Han <seb@redhat.com>
    (cherry picked from commit 28cc6f5)
    leseb authored and mergify-bot committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    6647895 View commit details
    Browse the repository at this point in the history