2024-07-14T13:48:11.907Z | <Yonatan Zaken> Hi Everyone 🙂
For the following OSD's specification file (osd_spec.yaml):
===========================================
data_devices:
paths:
- /dev/vdb
- /dev/vdc
db_devices:
paths:
- /dev/vdd
- /dev/vde
wal_devices:
paths:
- /dev/vdf
- /dev/vdg
placement:
hosts:
- host-0
- host-1
- host-2
service_id: default_drive_group
service_name: osd.default_drive_group
service_type: osd
===========================================
Is it correct to assume that when an OSD is deployed on /dev/vdb, then its db_device will be /dev/vdd and wal_device will be /dev/vdf ?
Or the order might vary?
I am aware that in most use cases it shouldn't matter, but what ordering should I expect?
Thanks |