Skip to content

Commit c2bd611

Browse files
Merge pull request ceph#50351 from zdover23/wip-doc-2023-03-03-radosgw-multisite-admonition-formatting
doc/radosgw: format admonitions
2 parents c8c099f + 4db68f5 commit c2bd611

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

doc/radosgw/multisite.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,11 @@ realm enforces a globally unique namespace within itself.
159159

160160
radosgw-admin realm create --rgw-realm=movies --default
161161

162-
.. note:: If you intend the cluster to have a single realm, specify the ``--default`` flag. If ``--default`` is specified, ``radosgw-admin`` uses this realm by default. If ``--default`` is not specified, you must specify either the ``--rgw-realm`` flag or the ``--realm-id`` flag to identify the realm when adding zonegroups and zones.
162+
.. note:: If you intend the cluster to have a single realm, specify the ``--default`` flag.
163+
164+
If ``--default`` is specified, ``radosgw-admin`` uses this realm by default.
165+
166+
If ``--default`` is not specified, you must specify either the ``--rgw-realm`` flag or the ``--realm-id`` flag to identify the realm when adding zonegroups and zones.
163167

164168
#. After the realm has been created, ``radosgw-admin`` echoes back the realm
165169
configuration. For example:
@@ -195,7 +199,11 @@ for the realm.
195199

196200
radosgw-admin zonegroup create --rgw-zonegroup=us --endpoints=http://rgw1:80 --rgw-realm=movies --master --default
197201

198-
.. note:: If the realm will have only a single zonegroup, specify the ``--default`` flag. If ``--default`` is specified, ``radosgw-admin`` uses this zonegroup by default when adding new zones. If ``--default`` is not specified, you must use either the ``--rgw-zonegroup`` flag or the ``--zonegroup-id`` flag to identify the zonegroup when adding or modifying zones.
202+
.. note:: If the realm will have only a single zonegroup, specify the ``--default`` flag.
203+
204+
If ``--default`` is specified, ``radosgw-admin`` uses this zonegroup by default when adding new zones.
205+
206+
If ``--default`` is not specified, you must use either the ``--rgw-zonegroup`` flag or the ``--zonegroup-id`` flag to identify the zonegroup when adding or modifying zones.
199207

200208
#. After creating the master zonegroup, ``radosgw-admin`` echoes back the
201209
zonegroup configuration. For example:

0 commit comments

Comments
 (0)