From: Zac Dover Date: Mon, 3 Jun 2024 00:23:43 +0000 (+1000) Subject: doc/rados: add stop monitor command X-Git-Tag: testing/wip-vshankar-testing-20240603.110218-debug~10^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c032188d66539a78ab0e4de2a5f5fc4329927bf6;p=ceph-ci.git doc/rados: add stop monitor command 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 --- diff --git a/doc/rados/troubleshooting/troubleshooting-mon.rst b/doc/rados/troubleshooting/troubleshooting-mon.rst index 636bb4da2c0..ab145e46e9a 100644 --- a/doc/rados/troubleshooting/troubleshooting-mon.rst +++ b/doc/rados/troubleshooting/troubleshooting-mon.rst @@ -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: