Skip to content

Commit e46e6cd

Browse files
authored
Merge pull request ceph#58156 from zdover23/wip-doc-2024-06-20-rados-troubleshooting-mon
doc/rados: followup to PR#58057 Reviewed-by: Anthony D'Atri <[email protected]>
2 parents 7ca11f4 + 2e999a2 commit e46e6cd

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)