File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1071,17 +1071,17 @@ This procedure assumes the existence of two hosts: ``ceph01`` and ``ceph04``.
10711071- ``ceph04 `` is the host with the recently reinstalled operating system.
10721072
10731073#. Install ``cephadm `` and ``podman `` on the host. The command for installing
1074- these utilties will depend upon the operating system of the host.
1074+ these utilities will depend upon the operating system of the host.
10751075
10761076#. Retrieve the public key.
10771077
10781078 .. prompt :: bash ceph01#
10791079
10801080 ceph cephadm get-pub-key > ceph.pub
10811081
1082- #. Copy the key to the freshly reinstalled host:
1082+ #. Copy the key (from `` ceph01 ``) to the freshly reinstalled host (`` ceph04 ``) :
10831083
1084- .. prompt :: bash ceph04 #
1084+ .. prompt :: bash ceph01 #
10851085
10861086 ssh-copy-id -f -i ceph.pub root@<hostname>
10871087
@@ -1141,7 +1141,7 @@ This procedure assumes the existence of two hosts: ``ceph01`` and ``ceph04``.
11411141
11421142 .. prompt :: bash #
11431143
1144- ceph cephadm osd activate < ceph04>
1144+ ceph cephadm osd activate ceph04
11451145
11461146 This command causes ``cephadm `` to scan all existing disks for OSDs. This
11471147 command will make ``cephadm `` deploy any missing daemons to the host
You can’t perform that action at this time.
0 commit comments