From: Rongqi Sun Date: Sat, 26 Aug 2023 06:50:00 +0000 (+0800) Subject: doc/cephadm: update cephadm reef version X-Git-Tag: v19.0.0~613^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F53161%2Fhead;p=ceph.git doc/cephadm: update cephadm reef version Signed-off-by: Rongqi Sun --- diff --git a/doc/cephadm/install.rst b/doc/cephadm/install.rst index a37d824200f4..8d6aff85b4c9 100644 --- a/doc/cephadm/install.rst +++ b/doc/cephadm/install.rst @@ -96,7 +96,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. @@ -104,7 +104,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: