From 9ccf2ff51731a8965125da5db231320d013bd15f Mon Sep 17 00:00:00 2001 From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Mon, 6 Apr 2026 12:53:37 +0700 Subject: [PATCH] doc/rados: fix command syntax in add-or-rm-mons.rst Add the missing service_id part to the ceph orch reconfig command and note that ceph orch ls osd can be used to obtain the service_id. Signed-off-by: Ville Ojamo --- doc/rados/operations/add-or-rm-mons.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/rados/operations/add-or-rm-mons.rst b/doc/rados/operations/add-or-rm-mons.rst index e97c0b94dde2..ec72dfebc9c5 100644 --- a/doc/rados/operations/add-or-rm-mons.rst +++ b/doc/rados/operations/add-or-rm-mons.rst @@ -574,7 +574,10 @@ Example Procedure .. prompt:: bash # - ceph orch reconfig osd + ceph orch reconfig osd. + + The ```` value can be obtained from + the output of the command ``ceph orch ls osd``. *The above procedure was developed by Eugen Block and was successfully tested in February 2024 on Ceph version 18.2.1 (Reef).* -- 2.47.3