-
Bug
-
Resolution: Unresolved
-
Critical
-
None
-
odf-4.16
-
None
-
False
-
-
False
-
?
-
?
-
If docs needed, set a value
-
-
-
RamenDR sprint 2024 #21
-
Proposed
-
None
Description of problem (please be detailed as possible and provide log
snippests):
The following problem was specifically encountered during RDR Relocate of a ACM Discovered application, but depending on the accuracy/complexity of the clean up process of an ACM Managed application, it is believed this problem is not specific to Discovered applications.
During RDR Relocate of an ACM Discovered application, when the corresponding DRPC has .status.progression == WaitOnUserToCleanup, the user must "Clean Up" the application to the point where all protected PVCs are deleted in order for VR and VRG finalizers to complete.
In this specific case with an application that leverages multiple Operators/Controllers and corresponding CR's, when the protected PVC's were deleted, some Operator/Controller pods were still running and attempting to reconcile application CR's and either re-created a deleted PVC or created a pod that attempted to mount a deleted PVC while the VR and VRG finalizers were running. The result was a stalemated VRG with some protected PVC's as Secondary and other protected PVC's are Primary.
Version of all relevant components (if applicable):
Does this issue impact your ability to continue to work with the product
(please explain in detail what is the user impact)?
There is no recovery of the application.
Is there any workaround available to the best of your knowledge?
No
Rate from 1 - 5 the complexity of the scenario you performed that caused this
bug (1 - very simple, 5 - very complex)?
4
Can this issue reproducible?
Yes
Can this issue reproduce from the UI?
No
If this is a regression, please provide more details to justify this:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info: