]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/radosgw: multisite - edit "functional changes" 50264/head
authorZac Dover <zac.dover@proton.me>
Sun, 26 Feb 2023 16:52:02 +0000 (02:52 +1000)
committerZac Dover <zac.dover@proton.me>
Mon, 27 Feb 2023 08:30:54 +0000 (18:30 +1000)
Improve the wording of the section "Functional Changes from Infernalis"
in doc/radosgw/multisite.rst.

Co-authored-by: Anthony D'Atri <anthony.datri@gmail.com>
Signed-off-by: Zac Dover <zac.dover@proton.me>
doc/radosgw/multisite.rst

index 236f2b62d766579e08f88b2b3ff8f4c5975f68b0..10b559d6d257e42c9e00fc5d280ce8077089cbf6 100644 (file)
@@ -71,15 +71,17 @@ Functional Changes from Infernalis
 ==================================
 
 Beginning with Kraken, each Ceph Object Gateway can be configured to work in an
-active-active zone configuration, allowing for writes to non-master zones.
+active-active zone mode. This makes it possible to write to non-master zones.
 
 The multi-site configuration is stored within a container called a "realm". The
-realm stores zonegroups, zones, and a time "period" with multiple epochs for
-tracking changes to the configuration. Beginning with Kraken, the
-``ceph-radosgw`` daemons handle the synchronization, which eliminates the need
-for a separate synchronization agent. Additionally, the new approach to
-synchronization allows the Ceph Object Gateway to operate with an
-"active-active" configuration instead of "active-passive".
+realm stores zonegroups, zones, and a time "period" with multiple epochs (which
+(the epochs) are used for tracking changes to the configuration). 
+
+Beginning with Kraken, the ``ceph-radosgw`` daemons handle the synchronization
+of data across zones, which eliminates the need for a separate synchronization
+agent. This new approach to synchronization allows the Ceph Object Gateway to
+operate with an "active-active" configuration instead of with an
+"active-passive" configuration.
 
 Requirements and Assumptions
 ============================