Skip to content

Commit f7399ae

Browse files
authored
Merge pull request ceph#64856 from zdover23/wip-doc-2025-08-06-rados-operations-erasure-code-profile-tr72436
doc/rados: Fix broken links Reviewed-by: Anthony D'Atri <[email protected]>
2 parents 6051476 + 386954d commit f7399ae

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

doc/rados/operations/erasure-code-profile.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ Where:
8080
``osd_pool_erasure_code_stripe_unit`` when a pool is
8181
created. The stripe_width of a pool using this profile
8282
will be the number of data chunks multiplied by this
83-
stripe_unit. See `Erasure Coding Optimizations`_ for
84-
more information.
83+
stripe_unit. See :ref:`rados_ops_erasure_coding_optimizations`
84+
for more information.
8585

8686

8787
:Type: String

doc/rados/operations/erasure-code.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,8 @@ erasure-coded pool as the ``--data-pool`` during image creation:
206206
For CephFS, an erasure-coded pool can be set as the default data pool during
207207
file system creation or via :ref:`file-layouts`.
208208

209+
.. _rados_ops_erasure_coding_optimizations:
210+
209211
Erasure Coding Optimizations
210212
----------------------------
211213

doc/rados/operations/pools.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ You may set values for the following keys:
454454

455455
.. describe:: allow_ec_optimizations
456456

457-
: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`_.
457+
: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`:
458458
:Type: Boolean
459459

460460
.. versionadded:: 20.2.0
@@ -907,7 +907,6 @@ Here are the break downs of the argument:
907907

908908
.. _Bloom Filter: https://en.wikipedia.org/wiki/Bloom_filter
909909
.. _Erasure Coding with Overwrites: ../erasure-code#erasure-coding-with-overwrites
910-
.. _Erasure Coding Optimizations: ../erasure-code#erasure-coding-optimizations
911910
.. _Block Device Commands: ../../../rbd/rados-rbd-cmds/#create-a-block-device-pool
912911
.. _pgcalc: ../pgcalc
913912

0 commit comments

Comments
 (0)