]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rgw: improve diagram caption 50316/head
authorZac Dover <zac.dover@proton.me>
Wed, 1 Mar 2023 07:36:18 +0000 (17:36 +1000)
committerZac Dover <zac.dover@proton.me>
Wed, 1 Mar 2023 16:27:53 +0000 (02:27 +1000)
Improve the syntax and semantics of the caption of the diagram
"Replication of Object Data Between Zones" 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 b8606af1d492b38ed85e74332f03c67633ed08cf..846c997281e1dbf1281fd393bd82d747051d1800 100644 (file)
@@ -66,10 +66,13 @@ something like this:
 
 At the top of this diagram, we see two applications (also known as "clients").
 The application on the right is both writing and reading data from the Ceph
-Cluster, by means of the RADOS Gateway (RGW).
+Cluster, by means of the RADOS Gateway (RGW). The application on the left is
+only *reading* data from the Ceph Cluster, by means of an instance of RADOS
+Gateway (RGW). In both cases (read-and-write and read-only), the transmssion of
+data is handled RESTfully.
 
 In the middle of this diagram, we see two zones, each of which contains an
-instance of RADOS Gateway (RGW). These instances of RGW are handling the
+instance of RADOS Gateway (RGW). These instances of RGW are handling the
 movement of data from the applications to the zonegroup. The arrow from the
 master zone (US-EAST) to the secondary zone (US-WEST) represents an act of data
 synchronization.