From 9dc63ab22aa14f0790f11f672a3f865abfa738cc Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Thu, 6 May 2021 10:03:21 +1000 Subject: [PATCH] doc/cephadm: rewriting "starting the upgrade" This PR fixes the prompts in this section and makes the sentences a tiny bit less onerous for the reader. Signed-off-by: Zac Dover --- doc/cephadm/upgrade.rst | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/doc/cephadm/upgrade.rst b/doc/cephadm/upgrade.rst index 64ba6dadbb5..318938eb388 100644 --- a/doc/cephadm/upgrade.rst +++ b/doc/cephadm/upgrade.rst @@ -19,20 +19,23 @@ Keep in mind that the Ceph cluster health status is likely to switch to Starting the upgrade ==================== -Before you start, you should verify that all hosts are currently online -and your cluster is healthy. +Before you begin using cephadm to upgrade Ceph, verify that all hosts are currently online and that your cluster is healthy: -:: +.. prompt:: bash # - # ceph -s + ceph -s -To upgrade (or downgrade) to a specific release:: +To upgrade (or downgrade) to a specific release: - # ceph orch upgrade start --ceph-version +.. prompt:: bash # + + ceph orch upgrade start --ceph-version + +For example, to upgrade to v15.2.1: -For example, to upgrade to v15.2.1:: +.. prompt:: bash # - # ceph orch upgrade start --ceph-version 15.2.1 + ceph orch upgrade start --ceph-version 15.2.1 Monitoring the upgrade -- 2.39.5