From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Mon, 6 Apr 2026 05:53:37 +0000 (+0700) Subject: doc/rados: fix command syntax in add-or-rm-mons.rst X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F68234%2Fhead;p=ceph.git 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 --- 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).*