From 5077eef37844c1fc25c444a5b54d44a37052875c 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 --- 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 d2b609ea533f..c6f58ad1fdf7 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:: -- 2.47.3