From 14fa086a8ce8480ce7d2a940176e7f1daaad4e3f Mon Sep 17 00:00:00 2001 From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Fri, 16 May 2025 15:14:09 +0700 Subject: [PATCH] doc/rados/operations: Fix invalid hyperlink in crush-map-edits.rst Fix attempted use of underscores for inline emphasis which resulted in the text being emphasized to be considered a link. The text was rendered partially as a link to an invalid anchor "#id3". Instead use inline italic for formatting emphasis. Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com> --- doc/rados/operations/crush-map-edits.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rados/operations/crush-map-edits.rst b/doc/rados/operations/crush-map-edits.rst index 7075ca23b8c..3b358f007b7 100644 --- a/doc/rados/operations/crush-map-edits.rst +++ b/doc/rados/operations/crush-map-edits.rst @@ -265,7 +265,7 @@ all of the chassis's hosts and their associated OSDs will be in the ``down`` state and thus unavailable. It is important to avoid placing multiple replicas or shards of data within a single such chassis, which in this case is -a _failure domain_. +a *failure domain*. To declare a bucket instance, do the following: specify its type, give it a unique name (an alphanumeric string), assign it a unique ID expressed as a -- 2.39.5