From 6ff0c513a75089026f5cb1eccd7319a28533abe3 Mon Sep 17 00:00:00 2001 From: Foad Lind Date: Tue, 14 Dec 2021 14:01:58 +0100 Subject: [PATCH] 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) --- doc/cephadm/upgrade.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cephadm/upgrade.rst b/doc/cephadm/upgrade.rst index 429f4f2803e04..645bf00bc8b48 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:: -- 2.39.5