]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/glossary: Define "Ceph Node" 48995/head
authorZac Dover <zac.dover@gmail.com>
Mon, 21 Nov 2022 16:49:49 +0000 (02:49 +1000)
committerZac Dover <zac.dover@gmail.com>
Mon, 21 Nov 2022 18:05:44 +0000 (04:05 +1000)
Add a definition of "Ceph Node" to the glossary.

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

doc/glossary.rst

index 80328128838a764b15a931dbc7e423d0d45c7c2e..0d561379c028acfab3a13b38ba31ac75afd6d7ba 100644 (file)
                 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
+                are often referred to as "mon"s. See :ref:`Monitor Config
                 Reference <monitor-config-reference>`.
 
        Ceph Node
+               A Ceph node is a unit of the Ceph Cluster that communicates with
+               other nodes in the Ceph Cluster in order to replicate and
+               redistribute data. All of the nodes together are called the
+               :term:`Ceph Storage Cluster`. Ceph nodes include :term:`OSD`\s,
+               :term:`Ceph Monitor`\s, :term:`Ceph Manager`\s, and
+               :term:`MDS`\es. The term "node" is usually equivalent to "host"
+               in the Ceph documentation. If you have a running Ceph Cluster,
+               you can list all of the nodes in it by running the command
+               ``ceph node ls all``.
+                
        :ref:`Ceph Object Gateway<object-gateway>`
                 An object storage interface built on top of librados. Ceph
                 Object Gateway provides a RESTful gateway between applications
                 are written to the filesystem.
 
        Host
-               Any single machine or server in a Ceph System.
+                Any single machine or server in a Ceph System. See :term:`Ceph
+                Node`.
 
        LVM tags
                 Extensible metadata for LVM volumes and groups. It is used to
                The Ceph monitor software.
 
        Node
+                See :term:`Ceph Node`.
+
        Object Storage Device
                 See :term:`OSD`.