From c032188d66539a78ab0e4de2a5f5fc4329927bf6 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Mon, 3 Jun 2024 10:23:43 +1000 Subject: [PATCH] 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 --- doc/rados/troubleshooting/troubleshooting-mon.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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: -- 2.39.5