From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Wed, 16 Jul 2025 14:59:08 +0000 (+0700) Subject: doc/radosgw: Internal link and single-keystroke improvements X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=47bed731d3b6f877d7ce4b668b2d40c34ca55836;p=ceph.git doc/radosgw: Internal link and single-keystroke improvements Use ref for hyperlink instead of abusing "external links" feature for intra-docs link in cloud-transition.rst, add a label in cloud-restore.rst for it. Use auto-generated link text instead of manually adding that same section title as link text in cloud-transition.rst. One list item was missing a colon in s3_objects_dedup.rst. Add space between number and units in s3_objects_dedup.rst. Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com> --- diff --git a/doc/radosgw/cloud-restore.rst b/doc/radosgw/cloud-restore.rst index 974e7ed144069..3afe0c50a4f0b 100644 --- a/doc/radosgw/cloud-restore.rst +++ b/doc/radosgw/cloud-restore.rst @@ -1,3 +1,5 @@ +.. _radosgw-cloud-restore: + ============= Cloud Restore ============= diff --git a/doc/radosgw/cloud-transition.rst b/doc/radosgw/cloud-transition.rst index cd6db6c70e93e..90c3e15511e91 100644 --- a/doc/radosgw/cloud-transition.rst +++ b/doc/radosgw/cloud-transition.rst @@ -122,7 +122,7 @@ Cloud Transition Specific Configurables If ``true``, the metadata of the object transitioned to the cloud service is retained. If ``false`` (default), the object is deleted after the transition. This option is ignored for current-versioned objects. For more details, - refer to the :ref:`Versioned Objects` section below. + refer to the :ref:`versioned_objects` section below. S3 Specific Configurables @@ -421,7 +421,7 @@ For versioned and locked objects, similar semantics as that of LifecycleExpirati Restoring Objects ----------------- The objects transitioned to cloud can now be restored. For more information, refer to -`Restoring Objects from Cloud `_. +:ref:`Restoring Objects from Cloud `. Future Work diff --git a/doc/radosgw/s3_objects_dedup.rst b/doc/radosgw/s3_objects_dedup.rst index 990806cedb737..e8e351a963503 100644 --- a/doc/radosgw/s3_objects_dedup.rst +++ b/doc/radosgw/s3_objects_dedup.rst @@ -18,7 +18,7 @@ Admin commands Resumes a paused dedup session. - ``radosgw-admin dedup abort``: Aborts an active dedup session and release all resources used by it. -- ``radosgw-admin dedup estimate`` +- ``radosgw-admin dedup estimate``: Starts a new dedup estimate session (aborting first existing session if exists). *************** @@ -26,7 +26,7 @@ Skipped Objects *************** Dedup Estimate process skips the following objects: -- Objects smaller than 4MB (unless they are multipart). +- Objects smaller than 4 MB (unless they are multipart). - Objects with different placement rules. - Objects with different pools. - Objects with different storage classes.