From c9505cd1f683f4b04691e8587c901afd2e6718e9 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Thu, 23 Feb 2023 15:53:39 +1000 Subject: [PATCH] doc/glossary: add "Bucket" Add "Bucket" to the glossary. The definition added here is just a first attempt, but a man's reach must exceed his grasp, or what's a heaven for? Signed-off-by: Zac Dover (cherry picked from commit ffbc5ea2b9347e2600df6aea9cdf895529fbf857) --- doc/glossary.rst | 10 ++++++++++ doc/radosgw/multisite-sync-policy.rst | 2 ++ 2 files changed, 12 insertions(+) diff --git a/doc/glossary.rst b/doc/glossary.rst index 091d332629f03..54abfe952c585 100644 --- a/doc/glossary.rst +++ b/doc/glossary.rst @@ -14,6 +14,16 @@ system interface. Since Luminous (12.2), BlueStore has been Ceph's default and recommended storage back end. + Bucket + In the context of :term:`RGW`, a bucket is a group of objects. + Buckets are grouped into zones, and zones are grouped into + zonegroups. In an filesystem-based analogy in which objects are + the counterpart of files, buckets are the counterpart of + directories. :ref:`Multisite sync + policies` can be set on buckets, + to provide fine-grained control of data movement from one zone + to another zone. + Ceph Ceph is a distributed network storage and file system with distributed metadata management and POSIX semantics. diff --git a/doc/radosgw/multisite-sync-policy.rst b/doc/radosgw/multisite-sync-policy.rst index befef4279ee20..7a6e7105ce637 100644 --- a/doc/radosgw/multisite-sync-policy.rst +++ b/doc/radosgw/multisite-sync-policy.rst @@ -1,3 +1,5 @@ +.. _radosgw-multisite-sync-policy: + ===================== Multisite Sync Policy ===================== -- 2.39.5