ceph - ceph-devel - 2024-07-14

Timestamp (UTC)Message
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
2024-07-14T16:53:19.250Z
<Rost Khudov> Hello team, could you pls review PR on updating documentation for rgw multisuite test case?
Thank you 🙂

Any issue? please create an issue here and use the infra label.