]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Fix Sphinx warnings 68100/head
authorVille Ojamo <14869000+bluikko@users.noreply.github.com>
Mon, 30 Mar 2026 05:21:38 +0000 (12:21 +0700)
committerVille Ojamo <14869000+bluikko@users.noreply.github.com>
Mon, 30 Mar 2026 08:47:17 +0000 (15:47 +0700)
Fix indentation and section title underline.
Fixes six Sphinx warnings.

Signed-off-by: Ville Ojamo <git2233+ceph@ojamo.eu>
doc/dev/developer_guide/running-tests-locally.rst
doc/mgr/smb.rst
doc/rados/operations/health-checks.rst
doc/radosgw/lua-scripting.rst

index 5a0d3c5f79db2c1c4c6dba57412a8e40ed93d2dc..01e73821010b99b6703f9e2ce42e4228b049b711 100644 (file)
@@ -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.
index c2b0eefe30efb6d593070ac4becf88246e72bbf6..ba8807d79f94a4b3b8be9a670a47ce4c44bcdfd5 100644 (file)
@@ -765,7 +765,7 @@ keybridge
         kmip_ca_cert
             Optional object. Required for type ``kmip``.
             The fields are described in :ref:`tls source fields<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.
index 4e1bfece86904f0f7dbd74d59b864bd9b23070c8..96bcdfd8062c16bcd840da13bada2c7156ed9b50 100644 (file)
@@ -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 
index a0e49a7f38dfb398a8c311a111d4cac0dc199043..e71aa6a59dd9c86e95976dd0ef0ae95735c24f4b 100644 (file)
@@ -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