From 6b7df5f9597b26a1a2f36cf347dae4ee490e5b4f Mon Sep 17 00:00:00 2001 From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Fri, 16 May 2025 15:01:14 +0700 Subject: [PATCH] doc/rados/configuration: Fix invalid hyperlinks in mclock-config-ref.rst Fix two intradocument links that pointed to the same nonexisting section title. These were rendered "as-is" with backticks and everything, while still linkified pointing to invalid "#idN" anchors. Modify them to point to the correct section title text. Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com> --- doc/rados/configuration/mclock-config-ref.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/rados/configuration/mclock-config-ref.rst b/doc/rados/configuration/mclock-config-ref.rst index 9081028325ca3..bb6a9e74cff08 100644 --- a/doc/rados/configuration/mclock-config-ref.rst +++ b/doc/rados/configuration/mclock-config-ref.rst @@ -612,7 +612,7 @@ Run custom drive benchmark if defaults are not accurate (manual) If the default OSD capacity is not accurate, the recommendation is to run a custom benchmark using your preferred tool (e.g. Fio) on the drive and then override the ``osd_mclock_max_capacity_iops_[hdd, ssd]`` option as described -in the `Specifying Max OSD Capacity`_ section. +in the `Set or Override Max IOPS Capacity of an OSD`_ section. This step is highly recommended until an alternate mechansim is worked upon. @@ -625,7 +625,7 @@ Steps to Manually Benchmark an OSD (Optional) .. tip:: If you have already determined the benchmark data and wish to manually override the max osd capacity for an OSD, you may skip to section - `Specifying Max OSD Capacity`_. + `Set or Override Max IOPS Capacity of an OSD`_. Any existing benchmarking tool (e.g. Fio) can be used for this purpose. In this -- 2.39.5