Disabling automatic management of daemons

You can mark the cephadm services as managed or unmanaged without having to edit and re-apply the service specification.

Before you begin

  • A running IBM Storage Ceph cluster.
  • Root-level access to all the nodes.

Procedure

  1. Set unmanaged to True for service mon by using this command:
    [root@host01 ~]# ceph orch set-unmanaged mon
  2. Set unmanaged to False for service mon by using this command:
    [root@host01 ~]# ceph orch set-managed mon
  3. Set service osd.all-available-devices as unmanaged:
    [root@host01 ~]# ceph orch set-managed osd.all-available-devices