From: Zac Dover Date: Sun, 26 Feb 2023 18:18:50 +0000 (+1000) Subject: doc/glossary: Add "zone" to glossary.rst X-Git-Tag: v17.2.6~74^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F50271%2Fhead;p=ceph.git doc/glossary: Add "zone" to glossary.rst Add "Zone" to the glossary. Co-authored-by: Anthony D'Atri Signed-off-by: Zac Dover (cherry picked from commit 495eb97fd7fa3d53d27ad8d7df993df80b708ca1) --- diff --git a/doc/glossary.rst b/doc/glossary.rst index b4eda4074740..07547c40c5ee 100644 --- a/doc/glossary.rst +++ b/doc/glossary.rst @@ -387,5 +387,11 @@ Teuthology The collection of software that performs scripted tests on Ceph. + Zone + In the context of :term:`RGW`, a zone is a logical group that + consists of one or more :term:`RGW` instances. A zone's + configuration state is stored in the :term:`period`. See + :ref:`Zones`. + .. _https://github.com/ceph: https://github.com/ceph .. _Cluster Map: ../architecture#cluster-map diff --git a/doc/radosgw/multisite.rst b/doc/radosgw/multisite.rst index 35aa8175524a..6dc4ee589ef6 100644 --- a/doc/radosgw/multisite.rst +++ b/doc/radosgw/multisite.rst @@ -1307,6 +1307,8 @@ The following JSON object is an example of a default zonegroup map: radosgw-admin period update --commit +.. _radosgw-zones: + Zones -----