csm
csm copied to clipboard
[FEATURE]: Replication - Inconsistent Failback action names
Describe the solution you'd like Inconsistent Failback action names used in the replication. Failback_discard actions have ACTION text prepended to it. Action name also needs to be updated in all drivers which support failback action.
Additional context https://github.com/dell/dell-csi-extensions/blob/main/replication/replication.proto
FAILOVER_LOCAL = 1; FAILOVER_REMOTE = 2;
UNPLANNED_FAILOVER_LOCAL = 3; UNPLANNED_FAILOVER_REMOTE = 4;
REPROTECT_LOCAL = 5; REPROTECT_REMOTE = 6;
.....
FAILBACK_LOCAL = 9; FAILBACK_REMOTE = 10;
ACTION_FAILBACK_DISCARD_CHANGES_LOCAL = 11; ACTION_FAILBACK_DISCARD_CHANGES_REMOTE = 12;
@santhoshatdell: Thank you for submitting this issue!
The issue is currently awaiting triage. Please make sure you have given us as much context as possible.
If the maintainers determine this is a relevant issue, they will remove the needs-triage label and assign an appropriate priority label.
We want your feedback! If you have any questions or suggestions regarding our contributing process/workflow, please reach out to us at [email protected].