-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DFBUGS-1357:[release-4.18] Avoid reconciling rook-ceph-operator-config via the external controller #2971
Conversation
The rook-ceph-operator-config ConfigMap is managed by the OCSInitialization controller and should only be reconciled by it. This ensures consistency and prevents duplicate handling. It should be reconciled from OCSInitialization only. Signed-off-by: Nitin Goyal <[email protected]>
The ROOK_CSI_ENABLE_CEPHFS key was set in the external mode within the rook-ceph-operator-config ConfigMap. However, it should have been removed when transitioning from rook-ceph-operator-config to ocs-operator-config. The rook-ceph-operator-config ConfigMap is now retained only for customer modifications. This code can be safely removed in the next release, as it only require to run once to delete the key. Signed-off-by: Nitin Goyal <[email protected]>
@openshift-cherrypick-robot: This pull request references [Jira Issue DFBUGS-1357](https://issues.redhat.com//browse/DFBUGS-1357), which is valid. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira ([email protected]), skipping review request. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: iamniting, openshift-cherrypick-robot The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test ocs-operator-bundle-e2e-aws |
3a27363
into
red-hat-storage:release-4.18
@openshift-cherrypick-robot: [Jira Issue DFBUGS-1357](https://issues.redhat.com//browse/DFBUGS-1357): All pull requests linked via external trackers have merged: [Jira Issue DFBUGS-1357](https://issues.redhat.com//browse/DFBUGS-1357) has been moved to the MODIFIED state. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
This is an automated cherry-pick of #2970
/assign iamniting