]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm: update cephadm reef version 53162/head
authorRongqi Sun <sunrongqi@huawei.com>
Sat, 26 Aug 2023 06:50:00 +0000 (14:50 +0800)
committerZac Dover <zac.dover@proton.me>
Sat, 26 Aug 2023 07:01:27 +0000 (17:01 +1000)
Signed-off-by: Rongqi Sun <sunrongqi@huawei.com>
(cherry picked from commit d9888a4223632e0e3f862b658699df8735ebda26)

doc/cephadm/install.rst

index 58c997fda90aaadfc248fc343de2dcd134a0d4cd..f7db5e53bb55309f042e2e33f3ab1c24397b08db 100644 (file)
@@ -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 <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.
@@ -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: