From 041898c30182c8cd4bda6d91dfd795c58d59741f Mon Sep 17 00:00:00 2001 From: Rongqi Sun Date: Sat, 26 Aug 2023 14:50:00 +0800 Subject: [PATCH] doc/cephadm: update cephadm reef version Signed-off-by: Rongqi Sun (cherry picked from commit d9888a4223632e0e3f862b658699df8735ebda26) --- doc/cephadm/install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/cephadm/install.rst b/doc/cephadm/install.rst index 58c997fda90aa..f7db5e53bb553 100644 --- a/doc/cephadm/install.rst +++ b/doc/cephadm/install.rst @@ -87,7 +87,7 @@ curl-based installation * First, determine what version of Ceph you will need. You can use the releases page to find the `latest active releases `_. - For example, we might look at that page and find that ``17.2.6`` is the latest + For example, we might look at that page and find that ``18.2.0`` is the latest active release. * Use ``curl`` to fetch a build of cephadm for that release. @@ -95,7 +95,7 @@ curl-based installation .. prompt:: bash # :substitutions: - CEPH_RELEASE=17.2.6 # replace this with the active release + CEPH_RELEASE=18.2.0 # replace this with the active release curl --silent --remote-name --location https://download.ceph.com/rpm-${CEPH_RELEASE}/el9/noarch/cephadm Ensure the ``cephadm`` file is executable: -- 2.39.5