From: Zac Dover Date: Thu, 6 May 2021 00:30:02 +0000 (+1000) Subject: doc/cephadm: rewrite "monitoring the upgrade" X-Git-Tag: v16.2.5~51^2~3^2~9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0dcd22b1673e5f6b5fd61c42a2a7cc23f4134073;p=ceph.git doc/cephadm: rewrite "monitoring the upgrade" This PR adds correctly-formatted prompts and makes slight alterations to the readability of the text. Signed-off-by: Zac Dover (cherry picked from commit f4c16f05b51fa4b2ff0095f331f7d2a4e1e3ca68) --- diff --git a/doc/cephadm/upgrade.rst b/doc/cephadm/upgrade.rst index a5c4c56f227e..2cc35e2b46b1 100644 --- a/doc/cephadm/upgrade.rst +++ b/doc/cephadm/upgrade.rst @@ -39,22 +39,31 @@ Monitoring the upgrade ====================== Determine whether an upgrade is in process and what version the cluster is -upgrading to with:: +upgrading to with: - # ceph orch upgrade status +.. prompt:: bash # + + ceph orch upgrade status While the upgrade is underway, you will see a progress bar in the ceph -status output. For example:: +status output. For example: + +.. prompt:: bash # + + ceph -s + +Expected output:: - # ceph -s [...] progress: Upgrade to docker.io/ceph/ceph:v15.2.1 (00h 20m 12s) [=======.....................] (time remaining: 01h 43m 31s) -You can also watch the cephadm log with:: +You can also watch the cephadm log by running the following command: + +.. prompt:: bash # - # ceph -W cephadm + ceph -W cephadm Canceling an upgrade