You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
The DRPC reconciler unconditionally moves the observed generation of PeerReady to the current generation, which causes it to report PeerReady as true from the older generation:
This is why when Available is still false and the action is in progress, initially the status for PeerReady is moved to true for the current generation.
This needs a fix in ramen drpc reconciler.
The text was updated successfully, but these errors were encountered:
The DRPC reconciler unconditionally moves the observed generation of PeerReady to the current generation, which causes it to report PeerReady as true from the older generation:
ramen/controllers/drplacementcontrol_controller.go
Lines 1012 to 1017 in 6924acd
This is why when Available is still false and the action is in progress, initially the status for PeerReady is moved to true for the current generation.
This needs a fix in ramen drpc reconciler.
The text was updated successfully, but these errors were encountered: