]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/glossary: define "Ceph Storage Cluster" 49002/head
authorZac Dover <zac.dover@gmail.com>
Tue, 22 Nov 2022 04:02:34 +0000 (14:02 +1000)
committerZac Dover <zac.dover@gmail.com>
Tue, 22 Nov 2022 04:36:43 +0000 (14:36 +1000)
Add "Ceph Storage Cluster" to the glossary.

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

doc/architecture.rst
doc/glossary.rst

index f6409b7b9465ccf0d194f55c8d07e5ad16f4a51e..99940164e29ffa0746c3206f88610469e81add10 100644 (file)
@@ -13,6 +13,7 @@ replicate and redistribute data dynamically.
 
 .. image:: images/stack.png
 
+.. _arch-ceph-storage-cluster:
 
 The Ceph Storage Cluster
 ========================
index d95f0c9be39e6fe9b1ab720080d9495bb375c43e..2eb502c4878aac941f78eb596e8f8adaa0e4b2e7 100644 (file)
        Ceph Stack
                A collection of two or more components of Ceph.
 
-       Ceph Storage Cluster
+       :ref:`Ceph Storage Cluster<arch-ceph-storage-cluster>`
+                The collection of :term:`Ceph Monitor`\s, :term:`Ceph
+                Manager`\s, :term:`Ceph Metadata Server`\s, and :term:`OSD`\s
+                that work together to store and replicate data for use by
+                applications, Ceph Users, and :term:`Ceph Client`\s. Ceph
+                Storage Clusters receive data from :term:`Ceph Client`\s.
+
        Ceph System
        cephx
                 The Ceph authentication protocol. Cephx operates like Kerberos,