Bug 2192852
Summary: | KMSServerConnectionAlert is not cleared when connection to kms is restored | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat OpenShift Data Foundation | Reporter: | Filip Balák <fbalak> |
Component: | ceph-monitoring | Assignee: | arun kumar mohan <amohan> |
Status: | CLOSED ERRATA | QA Contact: | Parag Kamble <pakamble> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.13 | CC: | amohan, ebenahar, muagarwa, nthomas, odf-bz-bot |
Target Milestone: | --- | ||
Target Release: | ODF 4.14.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 4.14.0-111 | Doc Type: | No Doc Update |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2023-11-08 18:50:22 UTC | 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
Filip Balák
2023-05-03 10:34:26 UTC
Following RCA, Alert: KMSServerConnectionAlert Depends on query: ocs_storagecluster_kms_connection_status{job="ocs-metrics-exporter"} == 1 Metric used here: ocs_storagecluster_kms_connection_status and kms connection status-es are 0: Connected 1: Not Connected 2: KMS not enabled Connection status is determined (in the code) by checking StorageCluster object's `Status.KMSServerConnection.KMSServerConnectionError` string field and this error-field is set when KMS is unreachable. But nowhere (in the code) this field is unset/reset when the connection is (re-)established. That means once populated/set this field will remain. Submitting a PR: https://github.com/red-hat-storage/ocs-operator/pull/2108 Please follow up on reviews. Updated the PR 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 (Important: Red Hat OpenShift Data Foundation 4.14.0 security, enhancement & 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:6832 |