Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Since we added a VRG on the secondary cluster we have a random failure when deleting the DRPC after relocate. When this happens, we find the PVC in terminating state on the secondary cluster, and the VR and VRG are never deleted. This change attempt to avoid this issue by deleting the secondary VRG first, and deleting the primary VRG only after the secondary VRG was deleted. During DRPC delete we expect to see these errors one or more times: Secondary VRG manifestwork deletion in progress ... Primary VRG manifestwork deletion in progress ... Signed-off-by: Nir Soffer <nsoffer@redhat.com>
- Loading branch information