From: Foad Lind Date: Tue, 14 Dec 2021 13:01:58 +0000 (+0100) Subject: doc/cephadm/upgrade: correct example command X-Git-Tag: v17.1.0~237^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=5077eef37844c1fc25c444a5b54d44a37052875c;p=ceph.git doc/cephadm/upgrade: correct example command 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 --- diff --git a/doc/cephadm/upgrade.rst b/doc/cephadm/upgrade.rst index d2b609ea533f0..c6f58ad1fdf7b 100644 --- a/doc/cephadm/upgrade.rst +++ b/doc/cephadm/upgrade.rst @@ -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::