mgr/cephadm: corrected documentation for starting an upgrade

Signed-off-by: Andreas Haase <andreas.haase@community4you.de>
This commit is contained in:
ahaase-c4u 2020-04-14 20:44:22 +02:00 committed by Andreas Haase
parent 71f75fe41f
commit bf3d06d180

View File

@ -28,11 +28,11 @@ and your cluster is healthy.
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::
# ceph orch upgrade start --version 15.2.1
# ceph orch upgrade start --ceph-version 15.2.1
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::
# ceph orch upgrade stop
# ceph orch upgrade start --version <version>
# ceph orch upgrade start --ceph-version <version>
Using customized container images