Skip to content

Commit

Permalink
doc/rgw: improve diagram caption
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
zdover23 and anthonyeleven committed Mar 1, 2023
1 parent cca84e6 commit e8aa50e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/radosgw/multisite.rst
Expand Up @@ -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 a 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.
Expand Down

0 comments on commit e8aa50e

Please sign in to comment.