]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm: fix typo and missing quote in activate-existing-osds 69246/head
authorEmmanuel Ameh <eameh@contractor.linuxfoundation.org>
Tue, 2 Jun 2026 14:04:11 +0000 (15:04 +0100)
committerEmmanuel Ameh <eameh@contractor.linuxfoundation.org>
Tue, 2 Jun 2026 14:04:34 +0000 (15:04 +0100)
Correct "clea" to "clear" and add the missing closing quotation mark
after the description of an "online" host in the OSD activation section.

Fixes: https://tracker.ceph.com/issues/77075
Signed-off-by: Emmanuel Ameh <eameh@contractor.linuxfoundation.org>
doc/cephadm/services/osd.rst

index e6421cb120fcc0e6e074c2decc5ca707cf520c85..7669b5c3ba9f872b7bc3b25232a9be1824a3d054 100644 (file)
@@ -1207,11 +1207,11 @@ This example applies to two hosts: ``ceph01`` and ``ceph04``.
    and any other daemons that the host ran before its operating system was
    reinstalled.
 
-   To be clea: ``cephadm`` attempts to deploy missing daemons to all
+   To be clear: ``cephadm`` attempts to deploy missing daemons to all
    hosts managed by cephadm, when ``cephadm``
    determines that the hosts are online. In this context, "online" means
    "present in the output of the ``ceph orch host ls`` command and with a
-   status that is not ``offline`` or ``maintenance``. If it is necessary to log
+   status that is not ``offline`` or ``maintenance``". If it is necessary to log
    in to the registry in order to pull the images for the missing daemons, then
    deployment of the missing daemons will fail until the process of logging
    in to the registry has been completed.