Skip to content

Commit 3edadfa

Browse files
Merge pull request #79802 from tmalove/etcd-improve-dr-10721-tlove
OSDOCS#10721: Disaster recovery - add a step to wait for redeployment to complete
2 parents 2aa811b + 95b907f commit 3edadfa

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

modules/dr-restoring-cluster-state.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,8 +628,19 @@ $ oc patch etcd cluster -p='{"spec": {"forceRedeploymentReason": "recovery-'"$(
628628
----
629629
<1> The `forceRedeploymentReason` value must be unique, which is why a timestamp is appended.
630630
+
631+
The `etcd` redeployment starts.
632+
+
631633
When the `etcd` cluster Operator performs a redeployment, the existing nodes are started with new pods similar to the initial bootstrap scale up.
632634

635+
. Monitor the `etcd` instances by running:
636+
+
637+
[source,terminal]
638+
----
639+
$ oc adm wait-for-stable-cluster
640+
----
641+
+
642+
This process can take up to 15 minutes.
643+
633644
. Turn the quorum guard back on by entering:
634645
+
635646
[source,terminal]

0 commit comments

Comments
 (0)