-
-
Notifications
You must be signed in to change notification settings - Fork 39
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: auth_allow_insecure_global_id_reclaim and mon_warn_on_pool_no_redundancy to false #150
Conversation
I need to use Perhaps there is a typo here? |
This is for Ceph CVE-2021-20288 to prevent it from being stuck in HEALTH_WARN.
@felixonmars Yes, thanks! It was a typo on my part. |
Looks like CI is broken here :( @felixonmars what do you want to do? |
This is part of the process to fix CI, so I think we should merge it :) |
This silences the POOL_NO_REDUNDANCY health check i.e x pool(s) have no replicas configured.
Another fix for setting mon_warn_on_pool_no_redundancy=false which should fix the last issue with the Ceph driver and fix the CI for you @felixonmars, and for Gnocchi. |
@felixonmars well the CI does not even run now, that's the main problem I'd say. |
This adds Python 3.8 and Ubuntu Focal support and pins pifpaf until [1] is merged and released. Fixes some warnings on whitelist_externals that wasn't correct. [1] jd/pifpaf#150
This adds Python 3.8 and Ubuntu Focal support and pins pifpaf until [1] is merged and released. Fixes some warnings on whitelist_externals that wasn't correct. [1] jd/pifpaf#150
That's weird :/ We should probably consider to switch to GitHub Actions as well. |
need to login to travis ci and select the "free plan" for pifpaf, the jobs will work after that however you only get 1000 credits to run tests with that runs out pretty easily |
Yeah I'd suggest moving to GHA… |
This adds Python 3.8 and Ubuntu Focal support and pins pifpaf until [1] is merged and released. Fixes some warnings on whitelist_externals that wasn't correct. [1] jd/pifpaf#150 (cherry picked from commit 2d73949)
Any progress on the CI part? The commit mentioned above in Gnocchi actually pulls this PR in to make it working, which is merged since a while. |
Thanks. Let's merge it and fix the CI later in #149 |
Stop using the forked pifpaf that included the Ceph fix, it's now merged in master for pifpaf upstream but no new release yet. [1] [1] jd/pifpaf#150
This is for Ceph CVE-2021-20288 to prevent it from
being stuck in HEALTH_WARN.
Issue: #148