csm icon indicating copy to clipboard operation
csm copied to clipboard

[FEATURE]: Replication - Inconsistent Failback action names

Open santhoshatdell opened this issue 1 year ago • 1 comments

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 avatar Apr 17 '23 15:04 santhoshatdell

@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].

csmbot avatar Apr 17 '23 15:04 csmbot