From: Zac Dover Date: Fri, 11 Nov 2022 17:37:11 +0000 (+1000) Subject: doc/glossary: update "pool/pools" X-Git-Tag: v16.2.11~176^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e6d54af5998d74c5251db619d78d2241aa9e652f;p=ceph.git doc/glossary: update "pool/pools" Update the "pool" and "pools" entries and link to the part of the documentation related to pools. Signed-off-by: Zac Dover (cherry picked from commit 4dfb0fd1841a44b8b8145f3f589f0ea0adf8bb7b) --- diff --git a/doc/glossary.rst b/doc/glossary.rst index 1bbac452350c7..f4bdda5b4a9da 100644 --- a/doc/glossary.rst +++ b/doc/glossary.rst @@ -224,9 +224,11 @@ Just like the OSD fsid, this is the OSD unique identifier and is used interchangeably with ``fsid`` - Pool + :ref:`Pool` + A pool is a logical partition used to store objects. + Pools - Pools are logical partitions for storing objects. + See :term:`pool`. RADOS RADOS Cluster diff --git a/doc/rados/operations/pools.rst b/doc/rados/operations/pools.rst index 92e98561ef249..4863c0128ce30 100644 --- a/doc/rados/operations/pools.rst +++ b/doc/rados/operations/pools.rst @@ -1,3 +1,5 @@ +.. _rados_pools: + ======= Pools =======