means that those services cannot currently be managed by cephadm
(e.g., restarted, upgraded, included in `ceph orch ps`).
-You can manage the host(s) by running the following command:
+* You can manage the host(s) by running the following command:
-.. prompt:: bash #
+ .. prompt:: bash #
- ceph orch host add *<hostname>*
+ ceph orch host add *<hostname>*
-.. note::
+ .. note::
- You might need to configure SSH access to the remote host
- before this will work.
+ You might need to configure SSH access to the remote host
+ before this will work.
-Alternatively, you can manually connect to the host and ensure that
-services on that host are removed or migrated to a host that is
-managed by *cephadm*.
+* See :ref:`cephadm-fqdn` for more information about host names and
+ domain names.
-This warning can be disabled entirely by running the following
-command:
+* Alternatively, you can manually connect to the host and ensure that
+ services on that host are removed or migrated to a host that is
+ managed by *cephadm*.
-.. prompt:: bash #
+* This warning can be disabled entirely by running the following
+ command:
- ceph config set mgr mgr/cephadm/warn_on_stray_hosts false
+ .. prompt:: bash #
-See :ref:`cephadm-fqdn` for more information about host names and
-domain names.
+ ceph config set mgr mgr/cephadm/warn_on_stray_hosts false
CEPHADM_STRAY_DAEMON
~~~~~~~~~~~~~~~~~~~~
services cannot currently be managed by cephadm (e.g., restarted,
upgraded, or included in `ceph orch ps`).
-If the daemon is a stateful one (monitor or OSD), it should be adopted
-by cephadm; see :ref:`cephadm-adoption`. For stateless daemons, it is
-usually easiest to provision a new daemon with the ``ceph orch apply``
-command and then stop the unmanaged daemon.
+* If the daemon is a stateful one (monitor or OSD), it should be adopted
+ by cephadm; see :ref:`cephadm-adoption`. For stateless daemons, it is
+ usually easiest to provision a new daemon with the ``ceph orch apply``
+ command and then stop the unmanaged daemon.
-This warning can be disabled entirely by running the following command:
+* If the stray daemon(s) are running on hosts not managed by cephadm, you can manage the host(s) by running the following command:
-.. prompt:: bash #
+ .. prompt:: bash #
+
+ ceph orch host add *<hostname>*
+
+ .. note::
+
+ You might need to configure SSH access to the remote host
+ before this will work.
+
+* See :ref:`cephadm-fqdn` for more information about host names and
+ domain names.
+
+* This warning can be disabled entirely by running the following command:
+
+ .. prompt:: bash #
- ceph config set mgr mgr/cephadm/warn_on_stray_daemons false
+ ceph config set mgr mgr/cephadm/warn_on_stray_daemons false
CEPHADM_HOST_CHECK_FAILED
~~~~~~~~~~~~~~~~~~~~~~~~~