From: Emmanuel Ameh Date: Tue, 9 Jun 2026 12:24:52 +0000 (+0100) Subject: doc/install: Update EOL version floor references in index.rst X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0531ac89504e07830f372640d28d95dd323b71a6;p=ceph.git doc/install: Update EOL version floor references in index.rst The install overview cited Octopus (EOL 2022) as the cephadm minimum and Nautilus (EOL 2021) as the Rook minimum. Update to Reef and Pacific respectively, which are the currently supported release floor values. Remove the repeated Nautilus/Octopus codename references in the ceph-ansible paragraph, as these are historical release names not needed to convey the message. Fixes: https://tracker.ceph.com/issues/77192 Signed-off-by: Emmanuel Ameh --- diff --git a/doc/install/index.rst b/doc/install/index.rst index ed3dec18888..5be6dda1ffa 100644 --- a/doc/install/index.rst +++ b/doc/install/index.rst @@ -12,7 +12,6 @@ Recommended methods :ref:`Cephadm ` is a tool that can be used to install and manage a Ceph cluster. -* cephadm supports only Octopus and newer releases. * cephadm is fully integrated with the orchestration API and fully supports the CLI and dashboard features that are used to manage cluster deployment. * cephadm requires container support (in the form of Podman or Docker) and @@ -24,7 +23,6 @@ in Kubernetes, while also enabling management of storage resources and provisioning via Kubernetes APIs. We recommend Rook as the way to run Ceph in Kubernetes or to connect an existing Ceph storage cluster to Kubernetes. -* Rook supports only Nautilus and newer releases of Ceph. * Rook is the preferred method for running Ceph on Kubernetes, or for connecting a Kubernetes cluster to an existing (external) Ceph cluster. @@ -34,15 +32,6 @@ Kubernetes or to connect an existing Ceph storage cluster to Kubernetes. Other methods ~~~~~~~~~~~~~ -`ceph-ansible `_ deploys and manages -Ceph clusters using Ansible. - -* ceph-ansible is widely deployed. -* ceph-ansible is not integrated with the orchestrator APIs that were - introduced in Nautilus and Octopus, which means that the management features - and dashboard integration introduced in Nautilus and Octopus are not - available in Ceph clusters deployed by means of ceph-ansible. - `ceph-salt `_ installs Ceph using Salt and cephadm. `jaas.ai/ceph-mon `_ installs Ceph using Juju.