From 39e21444f0f38994dae62a391f54948b56c4a9f9 Mon Sep 17 00:00:00 2001 From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Thu, 17 Apr 2025 11:05:30 +0700 Subject: [PATCH] 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 <14869000+bluikko@users.noreply.github.com> --- doc/radosgw/cloud-restore.rst | 4 ++-- doc/radosgw/cloud-sync-module.rst | 1 - doc/radosgw/cloud-transition.rst | 5 ----- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/doc/radosgw/cloud-restore.rst b/doc/radosgw/cloud-restore.rst index 3d7114081c0..63a7d59ffa0 100644 --- a/doc/radosgw/cloud-restore.rst +++ b/doc/radosgw/cloud-restore.rst @@ -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. diff --git a/doc/radosgw/cloud-sync-module.rst b/doc/radosgw/cloud-sync-module.rst index 1b68c4dd36a..bc4a0978d28 100644 --- a/doc/radosgw/cloud-sync-module.rst +++ b/doc/radosgw/cloud-sync-module.rst @@ -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} diff --git a/doc/radosgw/cloud-transition.rst b/doc/radosgw/cloud-transition.rst index 959c6003796..2858b588254 100644 --- a/doc/radosgw/cloud-transition.rst +++ b/doc/radosgw/cloud-transition.rst @@ -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 ----------------------------------- -- 2.39.5