]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm: improve "Activate Existing OSDs". 61748/head
authorZac Dover <zac.dover@proton.me>
Mon, 10 Feb 2025 08:12:34 +0000 (18:12 +1000)
committerZac Dover <zac.dover@proton.me>
Mon, 10 Feb 2025 23:47:10 +0000 (09:47 +1000)
Make three minor changes to doc/cephadm/services/osd.rst. These three
changes were suggested by Eugen Block, who reviewed this procedure after
developing it.

Co-authored-by: Eugen Block <eblock@nde.ag>
Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit abc4a197f7849922bc6a1cd0a45e82f7e93a0a39)

doc/cephadm/services/osd.rst

index 0cffe8436184fd5a0a43187b23f3a98f19845b3e..ca05c350584f44bd1e1a3285c2ada57cdfcaa0fd 100644 (file)
@@ -1041,7 +1041,7 @@ This procedure assumes the existence of two hosts: ``ceph01`` and ``ceph04``.
 - ``ceph04`` is the host with the recently reinstalled operating system.
 
 #. Install ``cephadm`` and ``podman`` on the host. The command for installing
-   these utilties will depend upon the operating system of the host.
+   these utilities will depend upon the operating system of the host.
 
 #. Retrieve the public key.
 
@@ -1049,9 +1049,9 @@ This procedure assumes the existence of two hosts: ``ceph01`` and ``ceph04``.
       
       ceph cephadm get-pub-key > ceph.pub
 
-#. Copy the key to the freshly reinstalled host:
+#. Copy the key (from ``ceph01``) to the freshly reinstalled host (``ceph04``):
 
-   .. prompt:: bash ceph04#
+   .. prompt:: bash ceph01#
 
       ssh-copy-id -f -i ceph.pub root@<hostname>
 
@@ -1111,7 +1111,7 @@ This procedure assumes the existence of two hosts: ``ceph01`` and ``ceph04``.
 
    .. prompt:: bash #
 
-      ceph cephadm osd activate <ceph04>
+      ceph cephadm osd activate ceph04
 
    This command causes ``cephadm`` to scan all existing disks for OSDs. This
    command will make ``cephadm`` deploy any missing daemons to the host