Hi everyone, I'm currently trying to setup the OSDs in a fresh cluster using cephadm. The underlying devices are NVMe and I'm trying to provision 2 OSDs per device with the following spec:
``` service_type: osd service_id: all-nvmes unmanaged: true placement: label: osd data_devices: all: true osds_per_device: 2 ``` Since `ceph orch apply` just creates the service but not the daemons when `unmanaged: True`. Is there a way to enfore the `osds_per_device` setting when using `ceph orch daemon add osd`? Thanks in advance _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-le...@ceph.io