File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
doc/rados/troubleshooting Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
144144To understand this command's output, let us consider the following example, in
145145which 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
172172This 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
You can’t perform that action at this time.
0 commit comments