From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Mon, 5 Jan 2026 05:46:08 +0000 (+0700) Subject: doc/rados: Fix Sphinx warnings in troubleshooting/log-and-debug.rst X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e40a9476996978fd87d27e86ea20c22fa415097b;p=ceph.git doc/rados: Fix Sphinx warnings in troubleshooting/log-and-debug.rst Possibly controversial Sphinx fixes: Fix two Sphinx warnings about more than one confval directive. Remove the dupe confval directives from log-and-debug.rst and leave only in mon-config-ref.rst because it has the only copy of a related clog configuration value mon_health_to_clog_tick_interval. Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com> --- diff --git a/doc/rados/troubleshooting/log-and-debug.rst b/doc/rados/troubleshooting/log-and-debug.rst index 89d0f4c9988..1f6f7076e6d 100644 --- a/doc/rados/troubleshooting/log-and-debug.rst +++ b/doc/rados/troubleshooting/log-and-debug.rst @@ -421,8 +421,6 @@ Monitors .. confval:: mon_cluster_log_to_graylog_host .. confval:: mon_cluster_log_to_graylog_port .. confval:: mon_log_max -.. confval:: mon_health_to_clog -.. confval:: mon_health_to_clog_interval OSD ---