]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/rados: Fix broken links
authorZac Dover <zac.dover@proton.me>
Wed, 6 Aug 2025 08:56:22 +0000 (18:56 +1000)
committerZac Dover <zac.dover@proton.me>
Wed, 6 Aug 2025 08:56:22 +0000 (18:56 +1000)
Fix the broken links to "Erasure Coding Profiles" section.

Fixes: https://tracker.ceph.com/issues/72436
Signed-off-by: Zac Dover <zac.dover@proton.me>
doc/rados/operations/erasure-code-profile.rst
doc/rados/operations/erasure-code.rst
doc/rados/operations/pools.rst

index 360e5135e34b39a00129bebf67584901c223bf4a..51407b633cc14210008b663e033e15faf68a2036 100644 (file)
@@ -80,8 +80,8 @@ Where:
               ``osd_pool_erasure_code_stripe_unit`` when a pool is
               created.  The stripe_width of a pool using this profile
               will be the number of data chunks multiplied by this
-              stripe_unit. See `Erasure Coding Optimizations`_ for
-              more information.
+              stripe_unit. See :ref:`rados_ops_erasure_coding_optimizations`
+              for more information.
 
 
 :Type: String
index 8577ef81afc7ab5628a2082640d631faa33b8be1..aa9b6329c889ceed303296b31f79ca449ea31d92 100644 (file)
@@ -206,6 +206,8 @@ erasure-coded pool as the ``--data-pool`` during image creation:
 For CephFS, an erasure-coded pool can be set as the default data pool during
 file system creation or via :ref:`file-layouts`.
 
+.. _rados_ops_erasure_coding_optimizations:
+
 Erasure Coding Optimizations
 ----------------------------
 
index 213d8fc551b7d631e96dace8d342f190bc97014a..78511546f315dc3e4ab4adb7f4641c629aaa0a55 100644 (file)
@@ -454,7 +454,7 @@ You may set values for the following keys:
 
 .. describe:: allow_ec_optimizations
    
-   :Description: Enables performance and capacity optimizations for an erasure-coded pool. These optimizations were designed for CephFS and RBD workloads; RGW workloads with signficant numbers of small objects or with small random access reads of objects will also benefit. RGW workloads with large sequential read and writes will see little benefit. For more details, see `Erasure Coding Optimizations`_.
+   :Description: Enables performance and capacity optimizations for an erasure-coded pool. These optimizations were designed for CephFS and RBD workloads; RGW workloads with signficant numbers of small objects or with small random access reads of objects will also benefit. RGW workloads with large sequential read and writes will see little benefit. For more details, see :ref:`rados_ops_erasure_coding_optimizations`:
    :Type: Boolean
 
    .. versionadded:: 20.2.0
@@ -907,7 +907,6 @@ Here are the break downs of the argument:
 
 .. _Bloom Filter: https://en.wikipedia.org/wiki/Bloom_filter
 .. _Erasure Coding with Overwrites: ../erasure-code#erasure-coding-with-overwrites
-.. _Erasure Coding Optimizations: ../erasure-code#erasure-coding-optimizations
 .. _Block Device Commands: ../../../rbd/rados-rbd-cmds/#create-a-block-device-pool
 .. _pgcalc: ../pgcalc