]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados: format Q&A list in tshooting-mon.rst 54352/head
authorZac Dover <zac.dover@proton.me>
Mon, 6 Nov 2023 04:31:20 +0000 (14:31 +1000)
committerZac Dover <zac.dover@proton.me>
Mon, 6 Nov 2023 04:31:20 +0000 (14:31 +1000)
Bold the questions in a Q&A list in the "Most Common Monitor Issues"
section of doc/rados/troubleshooting/troubleshooting-mon.rst.

Signed-off-by: Zac Dover <zac.dover@proton.me>
doc/rados/troubleshooting/troubleshooting-mon.rst

index 4ccdbc4ef99ed797eaf02f05ecf9857a90591b2e..64db2462ae126058b520e3d70d754868c5a3e1d3 100644 (file)
@@ -190,7 +190,7 @@ you should be seeing something similar to::
       [snip]
       mon.a (rank 0) addr 127.0.0.1:6789/0 is down (out of quorum)
 
-How to troubleshoot this?
+**How to troubleshoot this?**
 
   First, make sure ``mon.a`` is running.
 
@@ -213,7 +213,7 @@ How to troubleshoot this?
   troubleshooting the monitor, so check you ``ceph status`` again just to make
   sure. Proceed if the monitor is not yet in the quorum.
 
-What if the state is ``probing``?
+**What if the state is ``probing``?**
 
   This means the monitor is still looking for the other monitors. Every time
   you start a monitor, the monitor will stay in this state for some time while
@@ -240,7 +240,7 @@ What if the state is ``probing``?
   to `Preparing your logs`_ on how to best prepare your logs).
 
 
-What if state is ``electing``?
+**What if state is ``electing``?**
 
   This means the monitor is in the middle of an election. With recent Ceph
   releases these typically complete quickly, but at times the monitors can
@@ -253,7 +253,7 @@ What if state is ``electing``?
   why this would happen.  Worst case, if there are enough surviving mons,
   down the problematic one while you investigate.
 
-What if state is ``synchronizing``?
+**What if state is ``synchronizing``?**
 
   This means the monitor is catching up with the rest of the cluster in
   order to join the quorum. Time to synchronize is a function of the size
@@ -269,7 +269,7 @@ What if state is ``synchronizing``?
   this in later versions please let us know via a bug tracker. And bring some logs
   (see `Preparing your logs`_).
 
-What if state is ``leader`` or ``peon``?
+**What if state is ``leader`` or ``peon``?**
 
   This should not happen:  famous last words.  If it does, however, it likely
   has a lot to do with clock skew -- see `Clock Skews`_. If you are not