Bug 2344947
Summary: | [ceph-ansible] When performing a rolling update and adoption from Ceph 4 to 5, alertmanager goes into an error state on Controller nodes | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Alfredo <alfrgarc> |
Component: | Ceph-Ansible | Assignee: | Teoman ONAY <tonay> |
Status: | NEW --- | QA Contact: | Manisha Saini <msaini> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 5.3 | CC: | ceph-eng-bugs, cephqe-warriors, gfidente, gmeno, johfulto, mobisht, rsachere |
Target Milestone: | --- | ||
Target Release: | 5.3z9 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | Type: | Bug | |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Alfredo
2025-02-11 16:31:23 UTC
https://github.com/ceph/ceph-ansible/pull/7654 is necessary but not sufficient to fix this bug. Even though alertmanager is created with a correct spec during adoption it's coming up in error. Workaround: - `ceph orch rm alertmanager` - re-apply the spec [1] It should have worked the first time though. We shouldn't need to recreate it. [1] -- service_type: alertmanager service_name: alertmanager placement: hosts: - host1 - host2 - host2 networks: - 10.10.42.0/24 - 10.11.42.0/24 - 10.12.42.0/24 spec: port: 9093 |