From 12eb9edc63b7f77e9650a837c5e41217bb63bc07 Mon Sep 17 00:00:00 2001 From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Tue, 20 Jan 2026 12:30:55 +0700 Subject: [PATCH] doc/rados: fix unbalanced double backticks markup Add a missing backtick to correctly start inline preformatted text with double backticks. Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com> --- doc/rados/operations/control.rst | 2 +- doc/rados/operations/crush-map.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/rados/operations/control.rst b/doc/rados/operations/control.rst index 77fd7339a57..0ceb4e0fef8 100644 --- a/doc/rados/operations/control.rst +++ b/doc/rados/operations/control.rst @@ -397,7 +397,7 @@ OSDs being evacuated or slowly brought into service. Operators of deployments that utilize Nautilus or newer (or later revisions of Luminous and Mimic) and that have no pre-Luminous clients might likely instead -want to enable the `balancer`` module for ``ceph-mgr``. +want to enable the ``balancer`` module for ``ceph-mgr``. The blocklist can be modified by adding or removing an IP address or a CIDR range. If an address is blocklisted, it will be unable to connect to any OSD. diff --git a/doc/rados/operations/crush-map.rst b/doc/rados/operations/crush-map.rst index b0020b9ef7b..1cd0613eeea 100644 --- a/doc/rados/operations/crush-map.rst +++ b/doc/rados/operations/crush-map.rst @@ -433,7 +433,7 @@ Removing an OSD --------------- .. note:: OSDs are normally removed from the CRUSH map as a result of the - `ceph osd purge`` command. This command is rarely needed. + ``ceph osd purge`` command. This command is rarely needed. To remove an OSD from the CRUSH map of a running cluster, run a command of the following form: -- 2.47.3