Bug 2179235
Summary: | [Fusion-aaS][4.12.z clone] Within 'prometheus-ceph-rules' the namespace for 'rook-ceph-mgr' jobs should be configurable. | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat OpenShift Data Foundation | Reporter: | Nitin Goyal <nigoyal> |
Component: | ceph-monitoring | Assignee: | arun kumar mohan <amohan> |
Status: | CLOSED ERRATA | QA Contact: | Filip Balák <fbalak> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.12 | CC: | amohan, dkamboj, etamir, fbalak, hnallurv, jijoy, kramdoss, nberry, nthomas, ocs-bugs, odf-bz-bot, uchapaga |
Target Milestone: | --- | Keywords: | FutureFeature |
Target Release: | ODF 4.12.3 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Enhancement | |
Doc Text: | Story Points: | --- | |
Clone Of: | 2168840 | Environment: | |
Last Closed: | 2023-05-23 09:17:28 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 2168840 | ||
Bug Blocks: |
Description
Nitin Goyal
2023-03-17 05:44:07 UTC
The rule for alert CephMgrIsAbsent is still hardcoded in odf-operator v4.12.3-12: label_replace((up{job="rook-ceph-mgr"} == 0 or absent(up{job="rook-ceph-mgr"})), "namespace", "openshift-storage", "", "") --> ASSIGNED @fbalak , can you just confirm the namespace where the StorageSystem (or ODF Cluster) was installed. If we install it under 'openshift-storage' namespace, we will still see the same ('openshift-storage') namespace hardcoded in the alerts. So if we want to see any change, we should be installing cluster under different namespace (so that ocs-operator will put/apply all the 'PrometheusRules' yaml files in a different namespace) The namespace is no longer hardcoded as verified by Jilju. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: Red Hat OpenShift Data Foundation 4.12.3 Security and Bug fix update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2023:3265 |