From 5794dd45fdc0214ac366eb47136e925fe77af485 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Thu, 20 Jun 2024 21:43:53 +1000 Subject: [PATCH] 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) --- doc/rados/troubleshooting/troubleshooting-mon.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/rados/troubleshooting/troubleshooting-mon.rst b/doc/rados/troubleshooting/troubleshooting-mon.rst index 61141332e24e3..0b1d5eea4dafe 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?** -- 2.39.5