Open
Description
Case 1:
- 2 PVCs, 2 SCs and 2 nodes
- PVC1 uses SC1, PVC2 uses SC2
- SC1 connects to Storage1, SC2 connects to Storage2
- Node1 connects to Storage1 only, Node2 connects to Storage2 only
For the current node-selection feature, data mover has no way to back up the pod and its PVCs successfully, since the backupPods are scheduled either to Node1 or Node2. However, the correct behavior should be backupPod1 for PVC1 goes to Node1 and backupPod2 for PVC2 goes to Node2