csi-addons / volume-replication-operator

Apache License 2.0
16 stars 23 forks source link

Ensure only one VR per PVC #135

Open Madhu-1 opened 2 years ago

Madhu-1 commented 2 years ago

VolumeReplication should ensure only one VR per PVC; otherwise, it can lead to orchestrating the PVC based on multiple VRs to an inconsistent state. With this Patch, only one VR will operate on a single PVC.

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