1
0
mirror of https://github.com/ceph/ceph synced 2025-03-11 02:39:05 +00:00

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 <zac.dover@gmail.com>
This commit is contained in:
Zac Dover 2021-05-06 10:03:21 +10:00
parent dc7df7c67e
commit 9dc63ab22a

View File

@ -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 <version>
.. prompt:: bash #
For example, to upgrade to v15.2.1::
ceph orch upgrade start --ceph-version <version>
# ceph orch upgrade start --ceph-version 15.2.1
For example, to upgrade to v15.2.1:
.. prompt:: bash #
ceph orch upgrade start --ceph-version 15.2.1
Monitoring the upgrade