OCPBUGS-114406: Fix disbale typo in etcd restore - #118932
OCPBUGS-114406: Fix disbale typo in etcd restore#118932Pratik-Redhat-Tech wants to merge 1 commit into
Conversation
|
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. |
12c1072 to
1722c4b
Compare
CQA rewrite in PR 117133 misspelled "disable" in the multi-node restore procedure. The command is already disable-etcd.sh; this only corrects the prose.
1722c4b to
d02ae81
Compare
|
/jira refresh |
|
@Pratik-Redhat-Tech: This pull request references Jira Issue OCPBUGS-114406, 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. |
|
@Pratik-Redhat-Tech: This pull request references Jira Issue OCPBUGS-114406, which is valid. 3 validation(s) were run on this bug
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. |
Version(s): 4.20+
Issue:
https://issues.redhat.com/browse/OCPBUGS-114406
Link to docs preview:
QE review:
N/A — spelling only; does not change the meaning of the procedure.
Additional information:
CQA rewrite in #117133 misspelled "disable" as "disbale" in the multi-node etcd restore procedure.
The command on the next line is already
$ sudo -E /usr/local/bin/disable-etcd.sh. This PR only corrects that one word.