]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm: improve "Canceling an Upgrade" 42108/head
authorZac Dover <zac.dover@gmail.com>
Wed, 30 Jun 2021 05:20:13 +0000 (15:20 +1000)
committerZac Dover <zac.dover@gmail.com>
Wed, 30 Jun 2021 05:20:13 +0000 (15:20 +1000)
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 <zac.dover@gmail.com>
doc/cephadm/upgrade.rst

index 4e3e657bf43c889ae9fdc25ebc0acff22a190dd6..1eec83d1fd9c19030d1cb5d07da2decb7f0f398c 100644 (file)
@@ -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