]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/radosgw: Fix formatting, cosmetic issues, typos 62859/head
authorVille Ojamo <14869000+bluikko@users.noreply.github.com>
Thu, 17 Apr 2025 04:05:30 +0000 (11:05 +0700)
committerVille Ojamo <14869000+bluikko@users.noreply.github.com>
Thu, 17 Apr 2025 14:52:36 +0000 (21:52 +0700)
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 <14869000+bluikko@users.noreply.github.com>
doc/radosgw/cloud-restore.rst
doc/radosgw/cloud-sync-module.rst
doc/radosgw/cloud-transition.rst

index 3d7114081c0f60f1d2a9b24a0dd8bb408e29de87..63a7d59ffa05d1531b3d559281c170e151abbd5b 100644 (file)
@@ -2,7 +2,7 @@
 Cloud Restore
 =============
 
-The :doc:`cloud-transition>` feature makes it possible to transition objects to a remote
+The :doc:`cloud-transition` feature makes it possible to transition objects to a remote
 cloud service. The ``cloud-restore`` feature described below enables restoration
 of those transitioned objects from the remote S3 endpoints into the local
 RGW deployment.
@@ -217,7 +217,7 @@ Example 3:
    aws s3api get-object --bucket bucket1 --key doc3.rtf ....
 
 
-This will restore the object `doc3.rtf`` for ``read_through_restore_days`` days.
+This will restore the object ``doc3.rtf`` for ``read_through_restore_days`` days.
 
 Note: The above CLI command may time out if object restoration takes too long.
 You can verify the restore status before reissuing the command.
index 1b68c4dd36aede88f3d0e9b636bc4607270c530e..bc4a0978d2896022eec4628ee01fa128b1ed085d 100644 (file)
@@ -238,7 +238,6 @@ For example, creating a new profile for buckets starting with {prefix}:
    radosgw-admin zone modify --rgw-zonegroup={zone-group-name} \
                                --rgw-zone={zone-name} \
                                --tier-config=profiles[].source_bucket={prefix}'*'
-
    radosgw-admin zone modify --rgw-zonegroup={zone-group-name} \
                                --rgw-zone={zone-name} \
                                --tier-config=profiles[-1].connection_id={conn_id},profiles[-1].acls_id={acls_id}
index 959c60037961a3cf2f362879992874d19b7695c3..2858b588254d3870390ed40f39f4a390010e5753 100644 (file)
@@ -273,7 +273,6 @@ For example:
                                               --placement-id default-placement \
                                               --storage-class CLOUDTIER \
                                               --tier-config-rm=acls.source_id=testid
-
    radosgw-admin zonegroup placement modify --rgw-zonegroup default \
                                               --placement-id default-placement \
                                               --storage-class CLOUDTIER \
@@ -311,10 +310,6 @@ For example:
   ]
 
 
-   radosgw-admin zonegroup placement rm --rgw-zonegroup default \
-                                          --placement-id default-placement \
-                                          --storage-class CLOUDTIER
-
 Object Modification and Limitations
 -----------------------------------