]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm: improving "Starting the Upgrade" 42092/head
authorZac Dover <zac.dover@gmail.com>
Tue, 29 Jun 2021 11:45:22 +0000 (21:45 +1000)
committerZac Dover <zac.dover@gmail.com>
Tue, 29 Jun 2021 11:45:22 +0000 (21:45 +1000)
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>
doc/cephadm/upgrade.rst

index 8b6023e82ad5e16a88aa7f8b23857ef9370d8bb8..13b28369d5cd69cee6ab3e04b9da2e2972c50329 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 #