Bug 2276913
| Summary: | custom tolerations are not replicated to rook-ceph-operator-stable-4.16-redhat-operators-openshift-marketplace subscription | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat OpenShift Data Foundation | Reporter: | Vishakha Kathole <vkathole> |
| Component: | ocs-operator | Assignee: | Nitin Goyal <nigoyal> |
| Status: | CLOSED ERRATA | QA Contact: | Vishakha Kathole <vkathole> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.16 | CC: | hnallurv, kramdoss, muagarwa, nigoyal, odf-bz-bot, tdesala |
| Target Milestone: | --- | Keywords: | Automation, Regression, TestBlocker |
| Target Release: | ODF 4.16.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 4.16.0-89 | Doc Type: | No Doc Update |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-07-17 13:20:50 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: | |||
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.16.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-2024:4591 |
Description of problem (please be detailed as possible and provide log snippests): Custom tolerations did not get applied on rook-ceph-operator-stable-4.16-redhat-operators-openshift-marketplace subscription. Version of all relevant components (if applicable): OCP: 4.16.0-0.nightly-2024-04-23-032717 ODF: 4.16.0-85 Does this issue impact your ability to continue to work with the product (please explain in detail what is the user impact)? Is there any workaround available to the best of your knowledge? Rate from 1 - 5 the complexity of the scenario you performed that caused this bug (1 - very simple, 5 - very complex)? Can this issue reproducible? yes Steps to Reproduce: 1. Install ODF 4.16 cluster 2. Apply tolerations on odf operator $ oc -n openshift-storage patch Subscription odf-operator -n openshift-storage -p '{"spec": {"config": {"tolerations": [{"effect": "NoSchedule", "key": "xyz", "operator": "Equal", "value": "true"}]}}}' --type merge 3. Check tolerations on all subscriptions $ oc get subs <subscription> -n openshift-storage -o yaml Actual results: Custom toleration is missing on rook-ceph-operator-stable-4.16-redhat-operators-openshift-marketplace. Expected results: Tolerations should be added to the rook-ceph-operator-stable-4.16-redhat-operators-openshift-marketplace subscription. Additional info: