]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados: format sections in tshooting-mon.rst 54638/head
authorZac Dover <zac.dover@proton.me>
Thu, 23 Nov 2023 11:54:54 +0000 (21:54 +1000)
committerZac Dover <zac.dover@proton.me>
Thu, 23 Nov 2023 19:03:48 +0000 (05:03 +1000)
Format definition lists in the section "Do I need to restart a monitor
to adjust debug levels?" in
doc/rados/troubleshooting/troubleshooting-mon.rst.

Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 910e5efea19eacd204025fa58f37c27c4c0b2963)

doc/rados/troubleshooting/troubleshooting-mon.rst

index e00d391ebef5feaf2b8987ab00702aa9b62febc3..1550aaccd802bfd48225e2785b236296f1169dfb 100644 (file)
@@ -673,7 +673,7 @@ Do I need to restart a monitor to adjust debug levels?
 No, restarting a monitor is not necessary. Debug levels may be adjusted by
 using two different methods, depending on whether or not there is a quorum:
 
-There is a quorum
+**If there is a quorum**
 
   Either inject the debug option into the specific monitor that needs to 
   be debugged::
@@ -685,7 +685,7 @@ There is a quorum
         ceph tell mon.* config set debug_mon 10/10
 
 
-There is no quorum
+**If there is no quorum**
 
   Use the admin socket of the specific monitor that needs to be debugged
   and directly adjust the monitor's configuration options::