From: Zac Dover Date: Thu, 20 Jun 2024 11:43:53 +0000 (+1000) Subject: doc/rados: followup to PR#58057 X-Git-Tag: testing/wip-jcollin-testing-20240625.102731-squid~13^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=5794dd45fdc0214ac366eb47136e925fe77af485;p=ceph-ci.git doc/rados: followup to PR#58057 Incorporate Anthony D'Atri's suggestions in https://github.com/ceph/ceph/pull/58057 Co-authored-by: Anthony D'Atri Signed-off-by: Zac Dover (cherry picked from commit 2e999a26ef2d3c12d81bd54c187a6225a5fcd7a6) --- diff --git a/doc/rados/troubleshooting/troubleshooting-mon.rst b/doc/rados/troubleshooting/troubleshooting-mon.rst index 61141332e24..0b1d5eea4da 100644 --- a/doc/rados/troubleshooting/troubleshooting-mon.rst +++ b/doc/rados/troubleshooting/troubleshooting-mon.rst @@ -139,7 +139,7 @@ command). .. note:: The command ``ceph tell mon.X mon_status`` is not meant to be input literally. The ``X`` portion of ``mon.X`` is meant to be replaced with a - value specific to your own Ceph cluster when you run the command. + value specific to your Ceph cluster when you run the command. To understand this command's output, let us consider the following example, in which we see the output of ``ceph tell mon.c mon_status``:: @@ -170,8 +170,8 @@ which we see the output of ``ceph tell mon.c mon_status``:: "addr": "127.0.0.1:6795\/0"}]}} This output reports that there are three monitors in the monmap (``a``, ``b``, -and ``c``), that quorum is formed by only two monitors, and that ``c`` is in -quorum as a ``peon``. +and ``c``), that quorum is formed by only two monitors, and that ``c`` is a +``peon``. **Which monitor is out of quorum?**