Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Failover Confusion in DRPC Action Post Hub Recovery #1179

Commits on Jan 23, 2024

  1. Fix Failover Confusion in DRPC Action Post Hub Recovery

    If the DRPC Action is set to Failover, for instance, transitioning from C1 to C2, a subsequent
    failover request from C2 to C1 creates confusion in Ramen post hub recovery because the action
    didn't change and the only thing that changed is the destination cluster. The solution is to
    permit failover from C2 to C1 if C1 is accessible.
    
    Signed-off-by: Benamar Mekhissi <bmekhiss@ibm.com>
    Benamar Mekhissi committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    502ac08 View commit details
    Browse the repository at this point in the history