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
-
Set
unmanaged to True for service mon by using this
command:
[root@host01 ~]# ceph orch set-unmanaged mon
-
Set
unmanaged to False for service mon by using this
command:
[root@host01 ~]# ceph orch set-managed mon
-
Set service
osd.all-available-devices as unmanaged:
[root@host01 ~]# ceph orch set-managed osd.all-available-devices