From daaa3db478589f939f8ac1dcae4d8e266462d478 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Wed, 15 Feb 2023 17:51:41 +1000 Subject: [PATCH] doc/glossary: add "realm" to glossary Add the term "Realm" to the glossary, and link to the section in the RGW documentation that provides more information about realms. Signed-off-by: Zac Dover (cherry picked from commit 5e8aed3367060503c0d4c50f19e72b5ea4583a01) --- doc/glossary.rst | 4 ++++ doc/radosgw/multisite.rst | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/doc/glossary.rst b/doc/glossary.rst index 16594e6c2e14c..2149a76e6dab9 100644 --- a/doc/glossary.rst +++ b/doc/glossary.rst @@ -301,6 +301,10 @@ The block storage component of Ceph. Also called "RADOS Block Device" or :term:`Ceph Block Device`. + :ref:`Realm` + In the context of RADOS Gateway (RGW), a realm is a globally + unique namespace that consists of one or more zonegroups. + Releases Ceph Interim Release diff --git a/doc/radosgw/multisite.rst b/doc/radosgw/multisite.rst index dfa2fd3901f01..9728b7ce919af 100644 --- a/doc/radosgw/multisite.rst +++ b/doc/radosgw/multisite.rst @@ -751,6 +751,15 @@ Multi-Site Configuration Reference The following sections provide additional details and command-line usage for realms, periods, zone groups and zones. +For more details on every available configuration option, please check out +``src/common/options/rgw.yaml.in`` or go to the more comfortable :ref:`mgr-dashboard` +configuration page (found under `Cluster`) where you can view and set all +options easily. On the page, set the level to ``advanced`` and search for RGW, +to see all basic and advanced configuration options with a short description. +Expand the details of an option to reveal a longer description. + +.. _rgw-realms: + Realms ------ -- 2.39.5