]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados: add stop monitor command 57824/head
authorZac Dover <zac.dover@proton.me>
Mon, 3 Jun 2024 00:23:43 +0000 (10:23 +1000)
committerZac Dover <zac.dover@proton.me>
Mon, 3 Jun 2024 00:23:43 +0000 (10:23 +1000)
Add the command for stopping a monitor to the procedure that explains
how to inject a monmap into a monitor.

Zac of the future: cf. 05 Aug 2023.

Signed-off-by: Zac Dover <zac.dover@proton.me>
doc/rados/troubleshooting/troubleshooting-mon.rst

index 636bb4da2c02d9c6801dfe0e31880f3f9e3c3bef..ab145e46e9acaee4d5ca579e275720388c84b066 100644 (file)
@@ -388,7 +388,11 @@ B. **Inject a monmap into the monitor.**
 
           In this example, the ID of the stopped Monitor is ``ID-FOO``.
 
-    #. Stop the Monitor into which the ``monmap`` will be injected. 
+    #. Stop the Monitor into which the ``monmap`` will be injected:
+
+       .. prompt:: bash 
+
+          service ceph -a stop mon.{mon-id}
 
     #. Inject the monmap into the stopped Monitor: