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:
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