Skip to content

Added multipath handling logic

Bartłomiej Daca requested to merge add-multipath-usage into ceph-modifications

In fact it breaks the standard way of kolla working. In a standard way kolla searches for devices with ID=OSD_BOOTSTRAP_. When we use multipath, the problem is that many standard /dev/sd devices are grouped into one /dev/mapper/mpath* device. So when kolla looks for ID, it finds many /dev/sd* drives which are in fact one device... And then kolla fails to deploy ceph.

Change-Id: I96a60c4e211376e7d18df2746fc1ae422c3cb0a8

Merge request reports

Loading