From: Zac Dover Date: Fri, 11 Nov 2022 17:37:11 +0000 (+1000) Subject: doc/glossary: update "pool/pools" X-Git-Tag: v18.1.0~890^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F48852%2Fhead;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 --- diff --git a/doc/glossary.rst b/doc/glossary.rst index 1bbac452350c..f4bdda5b4a9d 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 58a3432b9f5f..4c31408247d9 100644 --- a/doc/rados/operations/pools.rst +++ b/doc/rados/operations/pools.rst @@ -1,3 +1,5 @@ +.. _rados_pools: + ======= Pools =======