mirror of
https://github.com/ceph/ceph
synced 2025-01-20 01:51:34 +00:00
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 <zac.dover@gmail.com>
This commit is contained in:
parent
dc7df7c67e
commit
f4c16f05b5
@ -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:
|
||||
|
||||
# ceph -W cephadm
|
||||
.. prompt:: bash #
|
||||
|
||||
ceph -W cephadm
|
||||
|
||||
|
||||
Canceling an upgrade
|
||||
|
Loading…
Reference in New Issue
Block a user