From: Zac Dover Date: Mon, 10 Feb 2025 08:12:34 +0000 (+1000) Subject: doc/cephadm: improve "Activate Existing OSDs". X-Git-Tag: testing/wip-pdonnell-testing-20250303.200617-debug~26^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c13c3e33e12ea76d15579682e87de4d7f7606940;p=ceph-ci.git doc/cephadm: improve "Activate Existing OSDs". 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 Signed-off-by: Zac Dover (cherry picked from commit abc4a197f7849922bc6a1cd0a45e82f7e93a0a39) --- diff --git a/doc/cephadm/services/osd.rst b/doc/cephadm/services/osd.rst index 551dcc17988..e4e2b9dede5 100644 --- a/doc/cephadm/services/osd.rst +++ b/doc/cephadm/services/osd.rst @@ -1058,7 +1058,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. @@ -1066,9 +1066,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@ @@ -1128,7 +1128,7 @@ This procedure assumes the existence of two hosts: ``ceph01`` and ``ceph04``. .. prompt:: bash # - ceph cephadm osd activate + 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