Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set PeerReady condition status to false upon relocation initiation
Previously, the PeerReady condition status was set to false after the relocation setup between the source and target clusters was completed and before entering the clean up phase. This led to a misleading indication that the peer was ready for a new action before getting to that point. Consequently, users can initiate another action, assuming that the PeerReady condition being true meant it was ready for the next step. To rectify this issue, this commit ensures that as soon as the relocation action is initiated, the PeerReady condition status is immediately switched to false. This change accurately reflects the actual readiness of the peer, preventing any misconceptions about initiating additional actions prematurely. Signed-off-by: Benamar Mekhissi <[email protected]> (cherry picked from commit 521f7b6)
- Loading branch information