diff options
author | Zac Dover <zac.dover@proton.me> | 2023-02-23 06:53:39 +0100 |
---|---|---|
committer | Zac Dover <zac.dover@proton.me> | 2023-02-23 06:53:39 +0100 |
commit | ffbc5ea2b9347e2600df6aea9cdf895529fbf857 (patch) | |
tree | f39e98f3c351a12e35655d41941c6bc601255a7d /doc/glossary.rst | |
parent | Merge pull request #50213 from pponnuvel/osd_backfill_doc (diff) | |
download | ceph-ffbc5ea2b9347e2600df6aea9cdf895529fbf857.tar.xz ceph-ffbc5ea2b9347e2600df6aea9cdf895529fbf857.zip |
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 <zac.dover@proton.me>
Diffstat (limited to 'doc/glossary.rst')
-rw-r--r-- | doc/glossary.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/glossary.rst b/doc/glossary.rst index 4d1376623bb..c20a306c4e3 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<radosgw-multisite-sync-policy>` 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. |