summaryrefslogtreecommitdiffstats
path: root/doc/radosgw/sync-modules.rst
diff options
context:
space:
mode:
authorKefu Chai <kchai@redhat.com>2020-08-31 03:30:25 +0200
committerKefu Chai <kchai@redhat.com>2020-09-01 03:53:18 +0200
commit5238f9f62b2755216a24278c7025ac43b03c568f (patch)
tree4afacc4402a5d8206b465db948f6fd314bee4954 /doc/radosgw/sync-modules.rst
parentdoc: fix broken hyper link (diff)
downloadceph-5238f9f62b2755216a24278c7025ac43b03c568f.tar.xz
ceph-5238f9f62b2755216a24278c7025ac43b03c568f.zip
doc: fix broken hyper link
and always reference multisite.rst using tha label not the file. Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'doc/radosgw/sync-modules.rst')
-rw-r--r--doc/radosgw/sync-modules.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/radosgw/sync-modules.rst b/doc/radosgw/sync-modules.rst
index fa398640c43..ca201e90ac9 100644
--- a/doc/radosgw/sync-modules.rst
+++ b/doc/radosgw/sync-modules.rst
@@ -4,7 +4,7 @@ Sync Modules
.. versionadded:: Kraken
-The `Multisite`_ functionality of RGW introduced in Jewel allowed the ability to
+The :ref:`multisite` functionality of RGW introduced in Jewel allowed the ability to
create multiple zones and mirror data and metadata between them. ``Sync Modules``
are built atop of the multisite framework that allows for forwarding data and
metadata to a different external tier. A sync module allows for a set of actions
@@ -38,7 +38,7 @@ for configuring any sync plugin
Requirements and Assumptions
----------------------------
-Let us assume a simple multisite configuration as described in the `Multisite`_
+Let us assume a simple multisite configuration as described in the :ref:`multisite`
docs, of 2 zones ``us-east`` and ``us-west``, let's add a third zone
``us-east-es`` which is a zone that only processes metadata from the other
sites. This zone can be in the same or a different ceph cluster as ``us-east``.
@@ -49,7 +49,7 @@ will not serve any end user requests directly.
Configuring Sync Modules
------------------------
-Create the third zone similar to the `Multisite`_ docs, for example
+Create the third zone similar to the :ref:`multisite` docs, for example
::
@@ -92,7 +92,6 @@ Now start the radosgw in the zone
-.. _`Multisite`: ../multisite
.. _`elasticsearch sync module`: ../elastic-sync-module
.. _`elasticsearch`: ../elastic-sync-module
.. _`cloud sync module`: ../cloud-sync-module