From: Zac Dover Date: Sat, 25 Feb 2023 19:51:07 +0000 (+1000) Subject: doc/glossary: add "client" to glossary X-Git-Tag: v17.2.6~76^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=97f83b25e61b53e7d0ed5f8e698e35b51e0f84a5;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 (cherry picked from commit 2dc6f56f26c55f89f3445ff97a88a704622b55c0) --- diff --git a/doc/glossary.rst b/doc/glossary.rst index 6b0110301f3f..b4eda4074740 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. @@ -191,6 +191,10 @@ The Ceph authentication protocol. Cephx operates like Kerberos, but it has no single point of failure. + 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,