forked from RamenDR/ramen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update VR condition checks to accomodate Degraded
Degraded VR condition was unused, due to condition update changes from VolumeReplication resource. This has been corrected by the VolumeReplication code, and hence VRG processing VR as Secondary needs to adapt to the Degraded condition as well. A volume marked Secondary would be: - Resyncing: true, Degraded: true OR, - Resyncing: false, Degraded: false to denote, a resync in progress or a resync complete. Added checks to alternate set of conditions [false,false] to ensure VR transitioned to Secondary as required. Signed-off-by: Shyamsundar Ranganathan <[email protected]>
- Loading branch information
1 parent
1bbacc9
commit cea2012
Showing
1 changed file
with
29 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters