From: Robert Sander <r.sander@heinlein-support.de> Sent: Friday, March 7, 2025 9:11 AM
# ceph orch ls osd --export service_type: osd service_id: osd_spec service_name: osd.osd_spec placement: host_pattern: node-osd5 spec: data_devices: rotational: 1 db_devices: rotational: 0 filter_logic: AND objectstore: bluestore
This is just for one host.
ceph orch device zap node-osd1 /dev/sdah
And this is a different host.
That's the only one we seem to have running: [root@node-admin1 ~]# ceph orch ls | grep osd osd.osd_spec 167 10m ago 18M cds3-osd5 [root@node-admin1 ~]# ceph orch ls --service-type=osd -f yaml service_type: osd service_id: osd_spec service_name: osd.osd_spec placement: host_pattern: node-osd5 spec: data_devices: rotational: 1 db_devices: rotational: 0 filter_logic: AND objectstore: bluestore status: created: '2023-08-23T10:43:40.474777Z' last_refresh: '2025-03-07T15:11:17.457725Z' running: 167 size: 167 The "running" and "size" lines shows all OSDs that we have, could it be that this service is doing all the OSD deployments? Thank you - Gustavo