-
Notifications
You must be signed in to change notification settings - Fork 9
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
Syncing latest changes from upstream master for rook #771
Conversation
currently if we disable the monitoring for cephblockpool it didnt worked, as there was no check to cancel it if the mirroring is still enabled Add a check to disable the monitoring if mirroring is still enabled closes: rook#14958 Signed-off-by: parth-gr <[email protected]>
enable and disable the status of rados namespace mirroring by looking at statusCheck spec of blockpool Signed-off-by: parth-gr <[email protected]>
rbdmirror: fix mirroring monitoring settings for blockpool
Adding pool ID of the cephBlockPool in the CR status Signed-off-by: Santosh Pillai <[email protected]>
Previously arbiter monitors were allowed to failover in supported versions of Ceph. This behaviour regressed. Since all supported versions of Ceph now support this, we no longer need to check this at all. Signed-off-by: Grant Fleming <[email protected]>
…r-in-stretch operator: monitors should always be allowed to failover
core: add pool IDs to cephBlockPool CR status
7d0ade9
to
2290a16
Compare
openshift cluster need to have access to finalizers when we set the blockOwnerDeletion if an ownerReference refers to a resource we can't set finalizers on, This adds the extra required permission Signed-off-by: Madhu Rajanna <[email protected]>
2290a16
to
d6339dc
Compare
csi: add required finalizers for openshift
…-master Signed-off-by: Ceph Jenkins <[email protected]>
add generated csv changes Signed-off-by: Ceph Jenkins <[email protected]>
d6339dc
to
d785b22
Compare
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: df-build-team, subhamkrai 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 |
PR containing the latest commits from upstream master branch