Bug 2278641
| Summary: | [4.15.z clone] ocs-operator should not be annotating all openshift-* namespaces | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat OpenShift Data Foundation | Reporter: | Mudit Agarwal <muagarwa> |
| Component: | ocs-operator | Assignee: | Nikhil Ladha <nladha> |
| Status: | CLOSED ERRATA | QA Contact: | Yuli Persky <ypersky> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.14 | CC: | asriram, ebenahar, etamir, kramdoss, mbukatov, mrajanna, muagarwa, nladha, odf-bz-bot, sheggodu |
| Target Milestone: | --- | ||
| Target Release: | ODF 4.15.3 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 2276135 | Environment: | |
| Last Closed: | 2024-06-11 16:41:55 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: | 2276135 | ||
| Bug Blocks: | 2278568 | ||
|
Description
Mudit Agarwal
2024-05-02 14:15:24 UTC
*** Bug 2278577 has been marked as a duplicate of this bug. *** *** Bug 2267607 has been marked as a duplicate of this bug. *** In order to verify this BZ I need more information.
1) Can this be verified on IBM cloud cluster and not on Azure?
2) Which napespaces starting with openshift-* should have "reclaimspace.csiaddons.openshift.io/schedule" annotation ?
3) Which namespaces starting with openshift-* should NOT have "reclaimspace.csiaddons.openshift.io/schedule" annotation ?
4) What is the field name where the annotation can be found? - the description contains unreadable symbols.. such as
u00a0u00a0 Annotations: map[string]string{
u00a0u00a0 ... // 2 identical entries
u00a0u00a0 "openshift.io/sa.scc.supplemental-groups": "1000680000/10000",
u00a0u00a0 "openshift.io/sa.scc.uid-range": "1000680000/10000",
-u00a0 "reclaimspace.csiaddons.openshift.io/schedule": "@weekly",
u00a0u00a0
A clarification - This BZ is Azure specific bug. It was not seen on any of the other platform. For verification : the following command should be run on some ( no need to test all) of the openshift-* namespaces: oc get ns openshift-storage -o yaml | grep "reclaimspace" same BZ for 4.14 : https://bugzilla.redhat.com/show_bug.cgi?id=2278642 For verification : the following command should be run on some ( no need to test all) of the openshift-* namespaces: oc get ns openshift-storage -o yaml | grep "reclaimspace" OR annotations can be checked in the UI ( namespace properties). I've checked in ARO cluster (https://ocs4-jenkins-csb-odf-qe.apps.ocp-c1.prod.psi.redhat.com/job/qe-deploy-ocs-cluster-prod/12003/) oc get csv -n openshift-storage NAME DISPLAY VERSION REPLACES PHASE mcg-operator.v4.15.3-rhodf NooBaa Operator 4.15.3-rhodf mcg-operator.v4.14.8-rhodf Succeeded ocs-operator.v4.15.3-rhodf OpenShift Container Storage 4.15.3-rhodf ocs-operator.v4.14.8-rhodf Succeeded odf-csi-addons-operator.v4.15.3-rhodf CSI Addons 4.15.3-rhodf odf-csi-addons-operator.v4.14.8-rhodf Succeeded odf-operator.v4.15.3-rhodf OpenShift Data Foundation 4.15.3-rhodf odf-operator.v4.14.8-rhodf Succeeded No annotation that looks like "reclaimspace.csiaddons.openshift.io/schedule" was on any of the openshift-* namespaces. Therefore this BZ is verified , changing the status. 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 (Red Hat OpenShift Data Foundation 4.15.3 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/RHBA-2024:3806 |