Skip to content

Commit 5ff2eb5

Browse files
Merge pull request ceph#62858 from bluikko/doc-fix-radosgw
doc/radosgw: Remove extra literal blocks in cloud-transition.rst
2 parents d8c56dd + 90a64b8 commit 5ff2eb5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/radosgw/cloud-transition.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ For example
210210
of ``--tier-type=cloud-s3`` or ``--tier-type=cloud-s3-glacier``
211211
is created it cannot be later modified to any other storage class type.
212212

213-
The tier configuration can be then performed using the following command::
213+
The tier configuration can be then performed using the following command:
214214

215215
.. prompt:: bash #
216216

@@ -222,7 +222,7 @@ The tier configuration can be then performed using the following command::
222222
The ``key`` in the configuration specifies the config variable to be updated, and
223223
the ``val`` specifies its new value.
224224

225-
For example::
225+
For example:
226226

227227
.. prompt:: bash #
228228

@@ -239,7 +239,7 @@ Nested tier configuration values can be accessed using periods. This notation
239239
works similarly to how nested fields are accessed in JSON with tools like ``jq``.
240240
Note that the use of period separators ``(.)`` is specific to key access within ``--tier-config``,
241241
and should not be confused with Ceph RGW patterns for realm/zonegroup/zone.
242-
For example::
242+
For example:
243243

244244
.. prompt:: bash #
245245

@@ -252,7 +252,7 @@ For example::
252252
Configuration array entries can be accessed by specifying the specific entry to
253253
be referenced enclosed in square brackets, and adding a new array entry can be
254254
performed with an empty array `[]`.
255-
For example, creating a new ``acl`` array entry::
255+
For example, creating a new ``acl`` array entry:
256256

257257
.. prompt:: bash #
258258

@@ -265,7 +265,7 @@ For example, creating a new ``acl`` array entry::
265265

266266
An entry can be removed by supplying ``--tier-config-rm={key}``.
267267

268-
For example::
268+
For example:
269269

270270
.. prompt:: bash #
271271

@@ -279,7 +279,7 @@ For example::
279279
--storage-class CLOUDTIER \
280280
--tier-config-rm=target_path
281281

282-
The storage class can be removed using the following command::
282+
The storage class can be removed using the following command:
283283

284284
.. prompt:: bash #
285285

@@ -369,7 +369,7 @@ with an ``InvalidObjectState`` error. Any other operations against original
369369
source objects will be for its metadata entries only keeping transitioned
370370
objects intact.
371371

372-
For example::
372+
For example:
373373

374374
.. prompt:: bash $
375375

0 commit comments

Comments
 (0)