]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados: fix command syntax in add-or-rm-mons.rst 68234/head
authorVille Ojamo <14869000+bluikko@users.noreply.github.com>
Mon, 6 Apr 2026 05:53:37 +0000 (12:53 +0700)
committerVille Ojamo <14869000+bluikko@users.noreply.github.com>
Mon, 6 Apr 2026 06:19:52 +0000 (13:19 +0700)
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 <git2233+ceph@ojamo.eu>
doc/rados/operations/add-or-rm-mons.rst

index e97c0b94dde2da031bf11ae22250cbe86cee83dc..ec72dfebc9c5aac67a0063019c67ad91140ffece 100644 (file)
@@ -574,7 +574,10 @@ Example Procedure
    
    .. prompt:: bash #
     
-      ceph orch reconfig osd
+      ceph orch reconfig osd.<service_id>
+
+   The ``<service_id>`` 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).*