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
mgr/cephadm: set HEALTH warnings during apply phase in serve #43376
mgr/cephadm: set HEALTH warnings during apply phase in serve #43376
Conversation
…pers in module.py Fixes: https://tracker.ceph.com/issues/44414 Signed-off-by: Melissa Li <li.melissa.kun@gmail.com>
4a08b51
to
2aceffa
Compare
…lth_warning` helper Fixes: https://tracker.ceph.com/issues/44414 Signed-off-by: Melissa Li <li.melissa.kun@gmail.com>
…ing` and `remove_health_warning` helpers Fixes: https://tracker.ceph.com/issues/44414 Signed-off-by: Melissa Li <li.melissa.kun@gmail.com>
…_warning` and `remove_health_warning` helpers Fixes: https://tracker.ceph.com/issues/44414 Signed-off-by: Melissa Li <li.melissa.kun@gmail.com>
…ng` helper Fixes: https://tracker.ceph.com/issues/44414 Signed-off-by: Melissa Li <li.melissa.kun@gmail.com>
…invalid config options and failures to set options Fixes: https://tracker.ceph.com/issues/44414 Signed-off-by: Melissa Li <li.melissa.kun@gmail.com>
…mon place failures in serve Fixes: https://tracker.ceph.com/issues/44414 Signed-off-by: Melissa Li <li.melissa.kun@gmail.com>
2aceffa
to
1ccdd94
Compare
|
Failures are known issues with cgroups and health warnings not being cleared quickly enough with agent. |
|
@Daniel-Pivonka are failures like https://pulpito.ceph.com/nojha-2021-10-28_22:29:54-upgrade:octopus-x-master-distro-basic-smithi/6465645/ expected in octopus to master upgrade tests at the moment? Essentially the failure is because of |
|
Given we never upgraded the alertmanager in this run, I think the upgrade test was broken for a while now 😢 |
|
definitely a problem im also seeing this when manually testing an upgrade from octopus to master :( looking into a solution |
thanks @Daniel-Pivonka @sebastian-philipp |
rebase and minor changes of #42565
Fixes: https://tracker.ceph.com/issues/44414
Signed-off-by: Daniel Pivonka dpivonka@redhat.com