Skip to content

Commit 2e999a2

Browse files
doc/rados: followup to PR#58057
Incorporate Anthony D'Atri's suggestions in ceph#58057 Co-authored-by: Anthony D'Atri <[email protected]> Signed-off-by: Zac Dover <[email protected]>
1 parent d2d079f commit 2e999a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/rados/troubleshooting/troubleshooting-mon.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ command).
139139

140140
.. note:: The command ``ceph tell mon.X mon_status`` is not meant to be input
141141
literally. The ``X`` portion of ``mon.X`` is meant to be replaced with a
142-
value specific to your own Ceph cluster when you run the command.
142+
value specific to your Ceph cluster when you run the command.
143143

144144
To understand this command's output, let us consider the following example, in
145145
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``::
170170
"addr": "127.0.0.1:6795\/0"}]}}
171171

172172
This output reports that there are three monitors in the monmap (``a``, ``b``,
173-
and ``c``), that quorum is formed by only two monitors, and that ``c`` is in
174-
quorum as a ``peon``.
173+
and ``c``), that quorum is formed by only two monitors, and that ``c`` is a
174+
``peon``.
175175

176176
**Which monitor is out of quorum?**
177177

0 commit comments

Comments
 (0)