From f1079b88db9ee1711e5f1a657c43829b0e923ffd Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Tue, 22 Nov 2022 14:02:34 +1000 Subject: [PATCH] doc/glossary: define "Ceph Storage Cluster" Add "Ceph Storage Cluster" to the glossary. Signed-off-by: Zac Dover (cherry picked from commit 1fd6be8b6b09bb92a6007a798d41cb23d3021ee8) --- doc/architecture.rst | 1 + doc/glossary.rst | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/architecture.rst b/doc/architecture.rst index f6409b7b9465c..99940164e29ff 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, -- 2.39.5