3 nodes each:
3 hdd – 21G
1 ssd – 80G

Create osd containing block_data with block_db size 15G located on ssd-
This par works
Create block_data osd on remaining space 35G in ssd- This part is not
working

ceph orch apply osd -i /path/to/osd_spec.yml

service_type: osd
service_id: osd_spec_hdd
placement:
  host_pattern: '*'
spec:
  block_db_size: 15G
  db_slots: 3
  data_devices:
    rotational: 1
  db_devices:
    rotational: 0
---
service_type: osd
service_id: odd_spec_ssd
placement:
  host_pattern: '*'
spec:
  data_devices:
    rotational: 0
_______________________________________________
ceph-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to