Skip to content

Commit 39e2144

Browse files
committed
doc/radosgw: Fix formatting, cosmetic issues, typos
Fix stray example command block leftover from rebase in cloud-transition.rst. Remove extra character > in cloud-sync-module.rst. Add missing formatting char ` in cloud-sync-module.rst. Remove extra empty line between example commands that resulted in a line with just a "#" prompt. Signed-off-by: Ville Ojamo <[email protected]>
1 parent 5ff2eb5 commit 39e2144

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

doc/radosgw/cloud-restore.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Cloud Restore
33
=============
44

5-
The :doc:`cloud-transition>` feature makes it possible to transition objects to a remote
5+
The :doc:`cloud-transition` feature makes it possible to transition objects to a remote
66
cloud service. The ``cloud-restore`` feature described below enables restoration
77
of those transitioned objects from the remote S3 endpoints into the local
88
RGW deployment.
@@ -217,7 +217,7 @@ Example 3:
217217
aws s3api get-object --bucket bucket1 --key doc3.rtf ....
218218

219219

220-
This will restore the object `doc3.rtf`` for ``read_through_restore_days`` days.
220+
This will restore the object ``doc3.rtf`` for ``read_through_restore_days`` days.
221221

222222
Note: The above CLI command may time out if object restoration takes too long.
223223
You can verify the restore status before reissuing the command.

doc/radosgw/cloud-sync-module.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ For example, creating a new profile for buckets starting with {prefix}:
238238
radosgw-admin zone modify --rgw-zonegroup={zone-group-name} \
239239
--rgw-zone={zone-name} \
240240
--tier-config=profiles[].source_bucket={prefix}'*'
241-
242241
radosgw-admin zone modify --rgw-zonegroup={zone-group-name} \
243242
--rgw-zone={zone-name} \
244243
--tier-config=profiles[-1].connection_id={conn_id},profiles[-1].acls_id={acls_id}

doc/radosgw/cloud-transition.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ For example:
273273
--placement-id default-placement \
274274
--storage-class CLOUDTIER \
275275
--tier-config-rm=acls.source_id=testid
276-
277276
radosgw-admin zonegroup placement modify --rgw-zonegroup default \
278277
--placement-id default-placement \
279278
--storage-class CLOUDTIER \
@@ -311,10 +310,6 @@ For example:
311310
]
312311

313312

314-
radosgw-admin zonegroup placement rm --rgw-zonegroup default \
315-
--placement-id default-placement \
316-
--storage-class CLOUDTIER
317-
318313
Object Modification and Limitations
319314
-----------------------------------
320315

0 commit comments

Comments
 (0)