]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm/upgrade: correct example command 44525/head
authorFoad Lind <foad.lind@citynetwork.eu>
Tue, 14 Dec 2021 13:01:58 +0000 (14:01 +0100)
committerSebastian Wagner <sewagner@redhat.com>
Tue, 11 Jan 2022 12:16:18 +0000 (13:16 +0100)
Update the ceph version used in the example upgrade command to match the one mentioned in the text above it.

Signed-off-by: Foad Lind <foad.lind@citynetwork.eu>
(cherry picked from commit 5077eef37844c1fc25c444a5b54d44a37052875c)

doc/cephadm/upgrade.rst

index 429f4f2803e04650677e0a4fcc858aad4db0235f..645bf00bc8b48cc605f11ca983b9e5c31d37dafd 100644 (file)
@@ -41,7 +41,7 @@ For example, to upgrade to v16.2.6, run the following command:
 
 .. prompt:: bash #
 
-  ceph orch upgrade start --ceph-version 15.2.1
+  ceph orch upgrade start --ceph-version 16.2.6
 
 .. note::