diff options
author | Zac Dover <zac.dover@gmail.com> | 2022-11-23 09:16:47 +0100 |
---|---|---|
committer | Zac Dover <zac.dover@gmail.com> | 2022-11-23 09:16:47 +0100 |
commit | 42ed450f98c7a149426ff87c97ca83d72b836eed (patch) | |
tree | 2f972ab6129cb559bc901641b4701374112e4e6d | |
parent | Merge pull request #49011 from tchaikov/wip-crimson-fmt-v9 (diff) | |
download | ceph-42ed450f98c7a149426ff87c97ca83d72b836eed.tar.xz ceph-42ed450f98c7a149426ff87c97ca83d72b836eed.zip |
doc/glossary: fix "Ceph Client"
Add detail to and clean the syntactics and semantics of "Ceph Client".
Signed-off-by: Zac Dover <zac.dover@gmail.com>
-rw-r--r-- | doc/glossary.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/glossary.rst b/doc/glossary.rst index 67ab29ebd29..2aafc26c465 100644 --- a/doc/glossary.rst +++ b/doc/glossary.rst @@ -37,10 +37,11 @@ ``libvirt``. Ceph Client - The collection of Ceph components which can access a Ceph - Storage Cluster. These include the Ceph Object Gateway, the - Ceph Block Device, the Ceph File System, and their - corresponding libraries, kernel modules, and FUSEs. + Any of the Ceph components that can access a Ceph Storage + Cluster. This includes the Ceph Object Gateway, the Ceph Block + Device, the Ceph File System, and their corresponding + libraries. It also includes kernel modules, and FUSEs + (Filesystems in USERspace). Ceph Client Libraries The collection of libraries that can be used to interact with |