From: Emmanuel Ameh Date: Tue, 2 Jun 2026 14:04:11 +0000 (+0100) Subject: doc/cephadm: fix typo and missing quote in activate-existing-osds X-Git-Tag: v21.0.1~22^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F69246%2Fhead;p=ceph.git doc/cephadm: fix typo and missing quote in activate-existing-osds 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 --- diff --git a/doc/cephadm/services/osd.rst b/doc/cephadm/services/osd.rst index e6421cb120fc..7669b5c3ba9f 100644 --- a/doc/cephadm/services/osd.rst +++ b/doc/cephadm/services/osd.rst @@ -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.