From 73560dbee818c5adaa035da68095ea2c26fa13f4 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Mon, 10 Jul 2023 12:26:04 +1000 Subject: [PATCH] doc/rados: introduce emdash Introduce the emdash character in docs/rados/troubleshooting/troubleshooting-mon.rst. Signed-off-by: Zac Dover (cherry picked from commit a971a3a66a93ce52898f201a41a9aa13e0dd8bfc) --- doc/rados/troubleshooting/troubleshooting-mon.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/rados/troubleshooting/troubleshooting-mon.rst b/doc/rados/troubleshooting/troubleshooting-mon.rst index d5d726e8342da..a95b49058cde2 100644 --- a/doc/rados/troubleshooting/troubleshooting-mon.rst +++ b/doc/rados/troubleshooting/troubleshooting-mon.rst @@ -222,7 +222,7 @@ What if the state is ``probing``? single-monitor cluster (never do this in production), the monitor will pass through the probing state almost instantaneously. In a multi-monitor cluster, the monitors will stay in this state until they find enough monitors - to form a quorum -- this means that if you have 2 out of 3 monitors down, the + to form a quorum |---| this means that if you have 2 out of 3 monitors down, the one remaining monitor will stay in this state indefinitely until you bring one of the other monitors up. @@ -636,3 +636,6 @@ Finally, you should reach out to us on the mailing lists, on IRC or file a new issue on the `tracker`_. .. _tracker: http://tracker.ceph.com/projects/ceph/issues/new + +.. |---| unicode:: U+2014 .. EM DASH + :trim: -- 2.39.5