]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm: update cephadm reef version 53161/head
authorRongqi Sun <sunrongqi@huawei.com>
Sat, 26 Aug 2023 06:50:00 +0000 (14:50 +0800)
committerRongqi Sun <sunrongqi@huawei.com>
Sat, 26 Aug 2023 06:50:00 +0000 (14:50 +0800)
Signed-off-by: Rongqi Sun <sunrongqi@huawei.com>
doc/cephadm/install.rst

index a37d824200f45c0eeeb2847ac318915c294e3437..8d6aff85b4c99564f237cdd94ad2700535a090ab 100644 (file)
@@ -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 <https://docs.ceph.com/en/latest/releases/#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: