Skip to content

Commit 4db68f5

Browse files
committed
doc/radosgw: format admonitions
Break up the text of two similar admonitions into three paragraphs (in each of the two instances). This makes the content of the admonition much easier to read at a glance. Signed-off-by: Zac Dover <[email protected]>
1 parent c8c099f commit 4db68f5

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)