]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm: rewrite "index.rst"
authorZac Dover <zac.dover@gmail.com>
Tue, 23 Mar 2021 15:19:11 +0000 (01:19 +1000)
committerSage Weil <sage@newdream.net>
Fri, 23 Apr 2021 12:24:14 +0000 (07:24 -0500)
This PR rewrites the three paragraphs at the
front of the cephadm guide, increasing their
elegance and removing ambiguities.

Signed-off-by: Zac Dover <zac.dover@gmail.com>
(cherry picked from commit dfd205dca7889e325a6ec22892d3a9e058ad89d2)

doc/cephadm/index.rst

index 8b11728614c52a5353a3c6aa11106f7a17b8d44f..c5b32d83fa403172d93ae5f3726af5c4a2f463d8 100644 (file)
@@ -4,19 +4,20 @@
 Cephadm
 =======
 
-Cephadm deploys and manages a Ceph cluster by connection to hosts from the
-manager daemon via SSH to add, remove, or update Ceph daemon containers.  It
-does not rely on external configuration or orchestration tools like Ansible,
-Rook, or Salt.
-
-Cephadm manages the full lifecycle of a Ceph cluster.  It starts
-by bootstrapping a tiny Ceph cluster on a single node (one monitor and
-one manager) and then uses the orchestration interface ("day 2"
-commands) to expand the cluster to include all hosts and to provision
-all Ceph daemons and services.  This can be performed via the Ceph
-command-line interface (CLI) or dashboard (GUI).
-
-Cephadm is new in the Octopus v15.2.0 release and does not support older
+``cephadm`` deploys and manages a Ceph cluster. It does this by connecting the
+manager daemon to hosts via SSH. The manager daemon is able to add, remove, and
+update Ceph containers. ``cephadm`` does not rely on external configuration
+tools such as Ansible, Rook, and Salt.
+
+``cephadm`` manages the full lifecycle of a Ceph cluster. This lifecycle
+starts with the bootstrapping process, when ``cephadm`` creates a tiny
+Ceph cluster on a single node. This cluster consists of one monitor and
+one manager. ``cephadm`` then uses the orchestration interface ("day 2"
+commands) to expand the cluster, adding all hosts and provisioning all
+Ceph daemons and services. Management of this lifecycle can be performed
+either via the Ceph command-line interface (CLI) or via the dashboard (GUI).
+
+``cephadm`` is new in Ceph release v15.2.0 (Octopus) and does not support older
 versions of Ceph.
 
 .. note::