csi-addons / volume-replication-operator

Apache License 2.0
16 stars 23 forks source link

replication: disable replication if its primary state #94

Closed Madhu-1 closed 3 years ago

Madhu-1 commented 3 years ago

if a CR is Secondary, then the assumption is it is Primary somewhere else, or at least there is no conclusive action to actually disable mirroring.

Allowing the Deletion of CR if the image is in a secondary state. and the Replication will be disabled when the VR is deleted on the PVC is in a primary state.

fixes: #91

Signed-off-by: Madhu Rajanna madhupr007@gmail.com

Madhu-1 commented 3 years ago

@iamniting PTAL