From 608b1bdd42f1da75b43584fa45586575ccef0290 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Mon, 24 Oct 2022 13:48:47 +1000 Subject: [PATCH] doc/cephadm: improve front matter - I fixed a sentence that was missing a verb. - I linked to the Ceph-specific Rook instructions. - I removed the word "GitHub", because after adding the Rook instructions it made the sentence false. Signed-off-by: Zac Dover --- doc/cephadm/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/cephadm/index.rst b/doc/cephadm/index.rst index 43e4b3b9d2e..1523db987fd 100644 --- a/doc/cephadm/index.rst +++ b/doc/cephadm/index.rst @@ -15,11 +15,11 @@ Here is a list of some of the things that ``cephadm`` can do: ``cephadm`` does not rely on external configuration tools like Ansible, Rook, or Salt. However, those external configuration tools can be used to automate operations not performed by cephadm itself. To learn more about these external -configuration tools, visit their GitHub pages: +configuration tools, visit their pages: * https://github.com/ceph/cephadm-ansible * https://github.com/ceph/ceph-salt - * https://rook.io/ + * https://rook.io/docs/rook/v1.10/Getting-Started/intro/ ``cephadm`` manages the full lifecycle of a Ceph cluster. This lifecycle starts with the bootstrapping process, when ``cephadm`` creates a tiny Ceph cluster on @@ -29,7 +29,7 @@ hosts and provisioning Ceph daemons and services. Management of this lifecycle can be performed either via the Ceph command-line interface (CLI) or via the dashboard (GUI). -To use ``cephadm`` get started with Ceph, follow the instructions in +To use ``cephadm`` to get started with Ceph, follow the instructions in :ref:`cephadm_deploying_new_cluster`. ``cephadm`` was introduced in Ceph release v15.2.0 (Octopus) and does not