From: Foad Lind Date: Tue, 14 Dec 2021 13:01:58 +0000 (+0100) Subject: doc/cephadm/upgrade: correct example command X-Git-Tag: v16.2.8~264^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6ff0c513a75089026f5cb1eccd7319a28533abe3;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 (cherry picked from commit 5077eef37844c1fc25c444a5b54d44a37052875c) --- diff --git a/doc/cephadm/upgrade.rst b/doc/cephadm/upgrade.rst index 429f4f2803e0..645bf00bc8b4 100644 --- a/doc/cephadm/upgrade.rst +++ b/doc/cephadm/upgrade.rst @@ -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::