]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/radosgw: Internal link and single-keystroke improvements 64536/head
authorVille Ojamo <14869000+bluikko@users.noreply.github.com>
Wed, 16 Jul 2025 14:59:08 +0000 (21:59 +0700)
committerVille Ojamo <14869000+bluikko@users.noreply.github.com>
Wed, 16 Jul 2025 14:59:08 +0000 (21:59 +0700)
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>
doc/radosgw/cloud-restore.rst
doc/radosgw/cloud-transition.rst
doc/radosgw/s3_objects_dedup.rst

index 974e7ed144069659bd7891d14ad9d90c09736727..3afe0c50a4f0b3d6f651f2ae25b734b1feb0c80f 100644 (file)
@@ -1,3 +1,5 @@
+.. _radosgw-cloud-restore:
+
 =============
 Cloud Restore
 =============
index cd6db6c70e93efee16e26e725acb3de5a5cbe393..90c3e15511e915929d706620efa1f994b5ea8a66 100644 (file)
@@ -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<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 <https://docs.ceph.com/en/latest/radosgw/cloud-restore/>`_.
+:ref:`Restoring Objects from Cloud <radosgw-cloud-restore>`.
 
 
 Future Work
index 990806cedb7372101be9515f9c5e4dc34324f9c1..e8e351a963503c5e1156e11c798288b42086eca1 100644 (file)
@@ -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.