RamenDR / ramen

Apache License 2.0
70 stars 51 forks source link

Add VolumeGroupReplication support #1472

Open ELENAGER opened 1 week ago

ELENAGER commented 1 week ago

This version for VolumeGroupReplication support introduces code for separation of PVCs, created as part of consistency group. On every VRG reconcile we are iterating over all PVCs, protected by volume replication, and marking those, who are part of consistency group. Afterwards, during VR reconciliation, we will create VR for every PVC, that is not part of the consistency group, and VGR for all PVCs, that are using the same storage id.