From: Zac Dover Date: Tue, 29 Jun 2021 11:45:22 +0000 (+1000) Subject: doc/cephadm: improving "Starting the Upgrade" X-Git-Tag: v17.1.0~1439^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d66a164ce721aafad26eebbd92029f0f816bcc85;p=ceph.git doc/cephadm: improving "Starting the Upgrade" 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 --- diff --git a/doc/cephadm/upgrade.rst b/doc/cephadm/upgrade.rst index 8b6023e82ad..13b28369d5c 100644 --- a/doc/cephadm/upgrade.rst +++ b/doc/cephadm/upgrade.rst @@ -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 -For example, to upgrade to v15.2.1: +For example, to upgrade to v15.2.1, run the following command: .. prompt:: bash #