From 2f248dac244a4b91f97c57fa39c567db839a7e50 Mon Sep 17 00:00:00 2001 From: Emmanuel Ameh Date: Tue, 2 Jun 2026 15:04:11 +0100 Subject: [PATCH] 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 --- doc/cephadm/services/osd.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/cephadm/services/osd.rst b/doc/cephadm/services/osd.rst index e6421cb120f..7669b5c3ba9 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. -- 2.47.3