]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rgw: improve diagram caption 50331/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 18:13:09 +0000 (04:13 +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>
(cherry picked from commit e8aa50e240141949e2cf91c3b216808f4e055887)

doc/radosgw/multisite.rst

index e2d0609ff5205d4fc952d050904578b580d77f3a..92a1be764f90e817c7f003f28a3a6e03d015bc14 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.