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

Add operational-mode annotation to resolve VRG state ambiguity during… #1479

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jul 1, 2024

  1. Add operational-mode annotation to resolve VRG state ambiguity during…

    … failover
    
    - Problem: During failover, if the primary cluster is inaccessible, the DRPC cannot
      distinguish between a VRG in its final secondary state and one transitioning to
      secondary. This ambiguity prevents the user from failing over the application.
    - Solution: Introduced  annotation to indicate the current operational mode of the VRG.
    
    This fix allows the DRPC to correctly identify the VRG's state and maintaining the
    PeerReady condition.
    
    Fixes: bz-2264765
    
    Signed-off-by: Benamar Mekhissi <[email protected]>
    Benamar Mekhissi committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    09057aa View commit details
    Browse the repository at this point in the history