]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm: improving "Starting the Upgrade"
authorZac Dover <zac.dover@gmail.com>
Tue, 29 Jun 2021 11:45:22 +0000 (21:45 +1000)
committerSebastian Wagner <sewagner@redhat.com>
Tue, 10 Aug 2021 14:31:21 +0000 (16:31 +0200)
This PR (slightly) improves the text in the section "Starting
the Upgrade" in the "Upgrading Ceph" chapter of the cephadm
documentation.

This is a very minor update, and does little but bring the sentences
into agreement with many other sentences that I've already written.
This is done to give the reader an almost tabular sense of what to
expect when looking at our docs.

Signed-off-by: Zac Dover <zac.dover@gmail.com>
(cherry picked from commit d66a164ce721aafad26eebbd92029f0f816bcc85)

doc/cephadm/upgrade.rst

index 1eec83d1fd9c19030d1cb5d07da2decb7f0f398c..1118c1a3100261b44d7774c26287cc268cd48b22 100644 (file)
@@ -19,19 +19,19 @@ Keep in mind that the Ceph cluster health status is likely to switch to
 Starting the upgrade
 ====================
 
-Before you begin using cephadm to upgrade Ceph, verify that all hosts are currently online and that your cluster is healthy:
+Before you use cephadm to upgrade Ceph, verify that all hosts are currently online and that your cluster is healthy by running the following command:
 
 .. prompt:: bash #
 
    ceph -s
 
-To upgrade (or downgrade) to a specific release:
+To upgrade (or downgrade) to a specific release, run the following command:
 
 .. prompt:: bash #
 
   ceph orch upgrade start --ceph-version <version>
 
-For example, to upgrade to v15.2.1:
+For example, to upgrade to v15.2.1, run the following command:
 
 .. prompt:: bash #