mirror of
https://github.com/ceph/ceph
synced 2025-01-19 01:21:49 +00:00
mgr/cephadm: corrected documentation for starting an upgrade
Signed-off-by: Andreas Haase <andreas.haase@community4you.de>
This commit is contained in:
parent
71f75fe41f
commit
bf3d06d180
@ -28,11 +28,11 @@ and your cluster is healthy.
|
|||||||
|
|
||||||
To upgrade (or downgrade) to a specific release::
|
To upgrade (or downgrade) to a specific release::
|
||||||
|
|
||||||
# ceph orch upgrade start --version <version>
|
# ceph orch upgrade start --ceph-version <version>
|
||||||
|
|
||||||
For example, to upgrade to v15.2.1::
|
For example, to upgrade to v15.2.1::
|
||||||
|
|
||||||
# ceph orch upgrade start --version 15.2.1
|
# ceph orch upgrade start --ceph-version 15.2.1
|
||||||
|
|
||||||
|
|
||||||
Monitoring the upgrade
|
Monitoring the upgrade
|
||||||
@ -99,7 +99,7 @@ one or more hosts in the cluster.
|
|||||||
You can cancel the existing upgrade and specify a different target version with::
|
You can cancel the existing upgrade and specify a different target version with::
|
||||||
|
|
||||||
# ceph orch upgrade stop
|
# ceph orch upgrade stop
|
||||||
# ceph orch upgrade start --version <version>
|
# ceph orch upgrade start --ceph-version <version>
|
||||||
|
|
||||||
|
|
||||||
Using customized container images
|
Using customized container images
|
||||||
|
Loading…
Reference in New Issue
Block a user