Skip to content

Commit 8ab4586

Browse files
Merge pull request ceph#63310 from zdover23/wip-doc-2025-05-16-backport-63293-to-tentacle
tentacle: doc/radosgw: Use ref for hyperlinking to multisite
2 parents 54958cf + 65f82f9 commit 8ab4586

File tree

4 files changed

+9
-14
lines changed

4 files changed

+9
-14
lines changed

doc/radosgw/multisite.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ master zonegroup.
143143
See `Pools`_ for instructions on creating and tuning pools for Ceph Object
144144
Storage.
145145

146-
See `Sync Policy Config`_ for instructions on defining fine-grained bucket sync
147-
policy rules.
146+
See :ref:`Sync Policy Config <radosgw-multisite-sync-policy>` for instructions
147+
on defining fine-grained bucket sync policy rules.
148148

149149
.. _master-zone-label:
150150

@@ -831,9 +831,8 @@ to a multi-site system, follow these steps:
831831

832832
systemctl restart ceph-radosgw@rgw.`hostname -s`
833833

834-
After completing this procedure, proceed to `Configure a Secondary
835-
Zone <#configure-secondary-zones>`_ and create a secondary zone
836-
in the master zonegroup.
834+
After completing this procedure, proceed to :ref:`secondary-zone-label`
835+
and create a secondary zone in the master zonegroup.
837836

838837
Multi-Site Configuration Reference
839838
==================================
@@ -1604,4 +1603,3 @@ instance.
16041603

16051604

16061605
.. _`Pools`: ../pools
1607-
.. _`Sync Policy Config`: ../multisite-sync-policy

doc/radosgw/placement.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The zone placement configuration can be queried with:
9494
...
9595
}
9696

97-
.. note:: If you have not done any previous `Multisite Configuration`_,
97+
.. note:: If you have not done any previous :ref:`Multisite Configuration <multisite>`,
9898
a ``default`` zone and zonegroup are created for you, and changes
9999
to the zone/zonegroup will not take effect until the Ceph Object
100100
Gateways are restarted. If you have created a realm for multisite,
@@ -269,4 +269,3 @@ names be used with Ceph, including ``INTELLIGENT-TIERING``, ``STANDARD_IA``,
269269
libraries.
270270

271271
.. _`Pools`: ../pools
272-
.. _`Multisite Configuration`: ../multisite

doc/radosgw/pools.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Pools
55
The Ceph Object Gateway uses several pools for its various storage needs,
66
which are listed in the Zone object (see ``radosgw-admin zone get``). A
77
single zone named ``default`` is created automatically with pool names
8-
starting with ``default.rgw.``, but a `Multisite Configuration`_ will have
9-
multiple zones.
8+
starting with ``default.rgw.``, but a :ref:`Multisite Configuration <multisite>`
9+
will have multiple zones.
1010

1111
Tuning
1212
======
@@ -51,4 +51,3 @@ the following pool entries use namespaces of the ``us-east.rgw.meta`` pool::
5151
"user_swift_pool": "us-east.rgw.meta:users.swift",
5252
"user_uid_pool": "us-east.rgw.meta:users.uid",
5353

54-
.. _`Multisite Configuration`: ../multisite

doc/radosgw/s3/commons.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Plan`_ for more information.
2424

2525
To configure virtual hosted buckets, you can either set ``rgw_dns_name =
2626
cname.domain.com`` in ``ceph.conf`` or add ``cname.domain.com`` to the list of
27-
``hostnames`` in your zonegroup configuration. See `Ceph Object Gateway -
28-
Multisite Configuration`_ for more on zonegroups.
27+
``hostnames`` in your zonegroup configuration. See :ref:`Ceph Object Gateway -
28+
Multisite Configuration <multisite>` for more on zonegroups.
2929

3030
Here is an example of a ``ceph config set`` comamnd that sets ``rgw_dns_name``
3131
to ``cname.domain.com``:
@@ -135,5 +135,4 @@ Common Response Status
135135
| ``500`` | InternalError |
136136
+---------------+-----------------------------------+
137137

138-
.. _`Ceph Object Gateway - Multisite Configuration`: ../../multisite
139138
.. _`Amazon S3 Path Deprecation Plan`: https://aws.amazon.com/blogs/aws/amazon-s3-path-deprecation-plan-the-rest-of-the-story/

0 commit comments

Comments
 (0)