From f276ad96948d45d38f6eaee08a474c3c96d659d9 Mon Sep 17 00:00:00 2001 From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Mon, 30 Mar 2026 12:21:38 +0700 Subject: [PATCH] doc: Fix Sphinx warnings Fix indentation and section title underline. Fixes six Sphinx warnings. Signed-off-by: Ville Ojamo --- doc/dev/developer_guide/running-tests-locally.rst | 2 +- doc/mgr/smb.rst | 2 +- doc/rados/operations/health-checks.rst | 2 +- doc/radosgw/lua-scripting.rst | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/dev/developer_guide/running-tests-locally.rst b/doc/dev/developer_guide/running-tests-locally.rst index 5a0d3c5f79db..01e73821010b 100644 --- a/doc/dev/developer_guide/running-tests-locally.rst +++ b/doc/dev/developer_guide/running-tests-locally.rst @@ -168,7 +168,7 @@ vstart_runner.py primarily does three things - argument is replaced with the path to binary file. Running Workunits Using vstart_environment.sh --------------------------------------------- +--------------------------------------------- Code can be tested by building Ceph locally from source, starting a vstart cluster, and running any suite against it. diff --git a/doc/mgr/smb.rst b/doc/mgr/smb.rst index c2b0eefe30ef..ba8807d79f94 100644 --- a/doc/mgr/smb.rst +++ b/doc/mgr/smb.rst @@ -765,7 +765,7 @@ keybridge kmip_ca_cert Optional object. Required for type ``kmip``. The fields are described in :ref:`tls source fields`. - peer_policy + peer_policy Optional, one of ``restricted`` or ``unrestricted``. Used to control what processes the keybridge server will permit for access. This option is meant for testing and development only. diff --git a/doc/rados/operations/health-checks.rst b/doc/rados/operations/health-checks.rst index 4e1bfece8690..96bcdfd8062c 100644 --- a/doc/rados/operations/health-checks.rst +++ b/doc/rados/operations/health-checks.rst @@ -200,7 +200,7 @@ To disable the grace period entirely (immediate reporting), set the value to 0: ceph config set mon mon_netsplit_grace_period 0 MON_COLOCATED -____________ +_____________ Two or more Monitors are located on the same node. This health check is raised when multiple Monitors share the same IP address. This check is by diff --git a/doc/radosgw/lua-scripting.rst b/doc/radosgw/lua-scripting.rst index a0e49a7f38df..e71aa6a59dd9 100644 --- a/doc/radosgw/lua-scripting.rst +++ b/doc/radosgw/lua-scripting.rst @@ -376,7 +376,7 @@ during execution so that it may be read and used later during other executions, - Each RGW instance has its own private and ephemeral ``RGW`` Lua table that is lost when the daemon restarts. Note that ``background`` context scripts will run on every instance. - The maximum number of entries in the table is 100,000. Each entry has a string key a value with a combined length of no more than 1KB. -A Lua script will abort with an error if the number of entries or entry size exceeds these limits. + A Lua script will abort with an error if the number of entries or entry size exceeds these limits. - The ``RGW`` Lua table uses string indices and can store values of type: string, integer, double and boolean Increment/Decrement Functions -- 2.47.3