]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/glossary: disambiguate clauses 49575/head
authorZac Dover <zac.dover@gmail.com>
Mon, 26 Dec 2022 06:05:32 +0000 (16:05 +1000)
committerZac Dover <zac.dover@gmail.com>
Mon, 26 Dec 2022 06:23:06 +0000 (16:23 +1000)
Disambiguate various clauses, most of which contain forms of the verb
"to require".

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

doc/glossary.rst

index 6c7e4720be9236acb7a2bd4b98194771fdb480d2..d7b526b3c754754d57addfa5a7c5939027da949f 100644 (file)
                 See :term:`CephFS`
 
        :ref:`CephFS<ceph-file-system>`
-                The Ceph File System, or CephFS, is a POSIX-compliant file
-                system built on top of Ceph’s distributed object store, RADOS.
-                See :ref:`CephFS Architecture <arch-cephfs>` for more details.
+                The **Ceph F**\ile **S**\ystem, or CephFS, is a
+                POSIX-compliant file system built on top of Ceph’s distributed
+                object store, RADOS.  See :ref:`CephFS Architecture
+                <arch-cephfs>` for more details.
 
        Ceph Interim Release
                 A version of Ceph that has not yet been put through quality
@@ -77,8 +78,8 @@
                 The Ceph manager daemon (ceph-mgr) is a daemon that runs
                 alongside monitor daemons to provide monitoring and interfacing
                 to external monitoring and management systems. Since the
-                Luminous release (12.x), the ceph-mgr daemon is required in
-                order for the Ceph cluster to function properly.
+                Luminous release (12.x), no Ceph cluster functions properly
+                unless it contains a running ceph-mgr daemon. 
 
        Ceph Manager Dashboard
                 See :term:`Ceph Dashboard`.
        Ceph Monitor
                 A daemon that maintains a map of the state of the cluster. This
                 "cluster state" includes the monitor map, the manager map, the
-                OSD map, and the CRUSH map. A minimum of three monitors is
-                required in order for the Ceph cluster to be both redundant and
-                highly-available. Ceph monitors and the nodes on which they run
-                are often referred to as "mon"s. See :ref:`Monitor Config
+                OSD map, and the CRUSH map. A Ceph cluster must contain a
+                minimum of three running monitors in order to be both redundant
+                and highly-available. Ceph monitors and the nodes on which they
+                run are often referred to as "mon"s. See :ref:`Monitor Config
                 Reference <monitor-config-reference>`.
 
        Ceph Node
                 relationship with OSDs.
 
        :ref:`MDS<cephfs_add_remote_mds>`
-                The Ceph metadata server daemon. Also referred to as
-                "ceph-mds". The Ceph metadata server daemon is required to run
-                the CephFS file system. The MDS stores all filesystem metadata. 
+                The Ceph **M**\eta\ **D**\ata **S**\erver daemon. Also referred
+                to as "ceph-mds". The Ceph metadata server daemon must be
+                running in any Ceph cluster that runs the CephFS file system.
+                The MDS stores all filesystem metadata. 
 
        MGR
                 The Ceph manager software, which collects all the state from