OCPBUGS-104214: Fix etcd restore intro on node recreation - #118937
OCPBUGS-104214: Fix etcd restore intro on node recreation#118937Pratik-Redhat-Tech wants to merge 1 commit into
Conversation
The standard restore procedure since 4.18 uses disable-etcd.sh and does not require recreating two control plane nodes. Recreating non-recovery machines is optional. Stop describing the standard restore as requiring full recreation of two control plane nodes. Signed-off-by: Pratik Langde <plangde@redhat.com>
|
@Pratik-Redhat-Tech: This pull request references Jira Issue OCPBUGS-104214, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Hi @Pratik-Redhat-Tech. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Summary
Since OpenShift 4.18, the standard multi-node etcd restore uses
disable-etcd.shon control plane nodes andcluster-restore.shon the recovery host. Recreating two control plane nodes is optional, not required.The intro to "Restoring a cluster manually from an etcd backup" still said the standard restore required complete recreation of 2 control plane nodes. That contradicts the current procedure and can mislead UPI users.
This updates that intro so it matches the 4.18+ restore flow.
Fixes https://issues.redhat.com/browse/OCPBUGS-104214
Test plan
modules/manually-restoring-cluster-etcd-backup.adocno longer says the standard restore requires recreating 2 control plane nodes