From: Zac Dover Date: Wed, 6 Aug 2025 08:56:22 +0000 (+1000) Subject: doc/rados: Fix broken links X-Git-Tag: testing/wip-vshankar-testing-20250807.165858-debug~8^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=386954de5caa5270bd494dd72274ccbf77a11afe;p=ceph-ci.git doc/rados: Fix broken links Fix the broken links to "Erasure Coding Profiles" section. Fixes: https://tracker.ceph.com/issues/72436 Signed-off-by: Zac Dover --- diff --git a/doc/rados/operations/erasure-code-profile.rst b/doc/rados/operations/erasure-code-profile.rst index 360e5135e34..51407b633cc 100644 --- a/doc/rados/operations/erasure-code-profile.rst +++ b/doc/rados/operations/erasure-code-profile.rst @@ -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 diff --git a/doc/rados/operations/erasure-code.rst b/doc/rados/operations/erasure-code.rst index 8577ef81afc..aa9b6329c88 100644 --- a/doc/rados/operations/erasure-code.rst +++ b/doc/rados/operations/erasure-code.rst @@ -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 ---------------------------- diff --git a/doc/rados/operations/pools.rst b/doc/rados/operations/pools.rst index 213d8fc551b..78511546f31 100644 --- a/doc/rados/operations/pools.rst +++ b/doc/rados/operations/pools.rst @@ -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