]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm/upgrade: correct example command 44309/head
authorFoad Lind <foad.lind@citynetwork.eu>
Tue, 14 Dec 2021 13:01:58 +0000 (14:01 +0100)
committerFoad Lind <foad.lind@citynetwork.eu>
Tue, 14 Dec 2021 13:01:58 +0000 (14:01 +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>
doc/cephadm/upgrade.rst

index d2b609ea533f0c00b36697a30fb4769156e03021..c6f58ad1fdf7bda8884dfd4c7444bab2e36d4ef6 100644 (file)
@@ -64,7 +64,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::