From: Zac Dover Date: Sat, 25 Feb 2023 19:51:07 +0000 (+1000) Subject: doc/glossary: add "client" to glossary X-Git-Tag: v18.1.0~294^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F50260%2Fhead;p=ceph.git 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 --- 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,