]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados: followup to PR#58057 58161/head
authorZac Dover <zac.dover@proton.me>
Thu, 20 Jun 2024 11:43:53 +0000 (21:43 +1000)
committerZac Dover <zac.dover@proton.me>
Thu, 20 Jun 2024 13:39:50 +0000 (23:39 +1000)
Incorporate Anthony D'Atri's suggestions in
https://github.com/ceph/ceph/pull/58057

Co-authored-by: Anthony D'Atri <anthony.datri@gmail.com>
Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 2e999a26ef2d3c12d81bd54c187a6225a5fcd7a6)

doc/rados/troubleshooting/troubleshooting-mon.rst

index 61141332e24e36f37f911158486e27a5a537c467..0b1d5eea4dafe55ddb3f0f2416d258cc58c20028 100644 (file)
@@ -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?**