From 2dc6f56f26c55f89f3445ff97a88a704622b55c0 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Sun, 26 Feb 2023 05:51:07 +1000 Subject: [PATCH] doc/glossary: add "client" to glossary Add a definition of "client" to doc/glossary.rst. Co-authored-by: Anthony D'Atri Signed-off-by: Zac Dover --- doc/glossary.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/glossary.rst b/doc/glossary.rst index 410f113a86a..329c689396a 100644 --- a/doc/glossary.rst +++ b/doc/glossary.rst @@ -5,7 +5,7 @@ .. glossary:: Application - More properly called a "client", an application is any program + More properly called a :term:`client`, an application is any program external to Ceph that uses a Ceph Cluster to store and replicate data. @@ -192,6 +192,10 @@ but it has no single point of failure. See the :ref:`CephX Configuration Reference`. + Client + A client is any program external to Ceph that uses a Ceph + Cluster to store and replicate data. + Cloud Platforms Cloud Stacks Third party cloud provisioning platforms such as OpenStack, -- 2.47.3