]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/cephadm: corrected documentation for starting an upgrade 34556/head
authorahaase-c4u <42471048+ahaase-c4u@users.noreply.github.com>
Tue, 14 Apr 2020 18:44:22 +0000 (20:44 +0200)
committerAndreas Haase <andreas.haase@community4you.de>
Wed, 15 Apr 2020 07:47:19 +0000 (09:47 +0200)
Signed-off-by: Andreas Haase <andreas.haase@community4you.de>
doc/cephadm/upgrade.rst

index ba194f7065767754717d0e784190bd5a5bca6923..64ba6dadbb524ae23d951fd85357fd4eab5d6d5a 100644 (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