From: Zac Dover Date: Wed, 30 Jun 2021 05:20:13 +0000 (+1000) Subject: doc/cephadm: improve "Canceling an Upgrade" X-Git-Tag: v17.1.0~1507^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F42108%2Fhead;p=ceph.git doc/cephadm: improve "Canceling an Upgrade" This PR improves the section "Canceling an Upgrade" in the "Upgrading Ceph" chapter of the cephadm documentation. I removed an extraneous prompt and rewrote a sentence so that it was congruent with other sentences in similar places elsewhere in the documentation. Signed-off-by: Zac Dover --- diff --git a/doc/cephadm/upgrade.rst b/doc/cephadm/upgrade.rst index 4e3e657bf43c..1eec83d1fd9c 100644 --- a/doc/cephadm/upgrade.rst +++ b/doc/cephadm/upgrade.rst @@ -76,11 +76,11 @@ Watch the cephadm log by running the following command: Canceling an upgrade ==================== -You can stop the upgrade process at any time with: +You can stop the upgrade process at any time by running the following command: .. prompt:: bash # - # ceph orch upgrade stop + ceph orch upgrade stop Potential problems