]> git.proxmox.com Git - ceph.git/blobdiff - ceph/doc/cephadm/upgrade.rst
import 15.2.2 octopus source
[ceph.git] / ceph / 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