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

Retry when checking ceph pool compression mode. [zed backport] #1120

Merged

Commits on Sep 7, 2023

  1. Retry when checking ceph pool compression mode.

    The compression mode after it's set via config-changed might take a
    while to fully propagate to the whole cluster, hence the hook may be
    done before the cluster is fully configured with the new compression
    mode. This is more noticeable in the gate when there are many jobs
    running in parallel.
    
    This patch modes the check to its own method wrapped with a
    tenacity.retry decorator to make the test more robust.
    
    Closes openstack-charmers#946
    
    (cherry picked from commit 618fb7b)
    freyes committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    1f0494c View commit details
    Browse the repository at this point in the history