From: Zac Dover Date: Tue, 22 Nov 2022 04:02:34 +0000 (+1000) Subject: doc/glossary: define "Ceph Storage Cluster" X-Git-Tag: v18.1.0~848^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1fd6be8b6b09bb92a6007a798d41cb23d3021ee8;p=ceph.git doc/glossary: define "Ceph Storage Cluster" Add "Ceph Storage Cluster" to the glossary. Signed-off-by: Zac Dover --- diff --git a/doc/architecture.rst b/doc/architecture.rst index 327d3547c0880..2dac201bdec58 100644 --- a/doc/architecture.rst +++ b/doc/architecture.rst @@ -13,6 +13,7 @@ replicate and redistribute data dynamically. .. image:: images/stack.png +.. _arch-ceph-storage-cluster: The Ceph Storage Cluster ======================== diff --git a/doc/glossary.rst b/doc/glossary.rst index d95f0c9be39e6..2eb502c4878aa 100644 --- a/doc/glossary.rst +++ b/doc/glossary.rst @@ -161,7 +161,13 @@ Ceph Stack A collection of two or more components of Ceph. - Ceph Storage Cluster + :ref:`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,