action #87725
openMULTIPATH backend variable doesn't set HDDMODEL for aarch64
0%
Description
According to the definition of the variable, if MULTIPATH=1:
"Add HDD drives as multipath devices. Override HDDMODEL to virtio-scsi-pci"
That indeed happens when used on 64bit or ppc64le, but for aarch64, HDDMODEL remains to default value "virtio-blk-device". Test fails with error: "Device 'virtio-blk-device' can't go on SCSI bus". In order for the test to work, HDDMODEL needs to be set to "scsi-hd".
Updated by okurz almost 4 years ago
- Target version set to future
good issue description. Thank you for that. This sounds like it can be easily fixed by contributors other than the SUSE QE Tools team. Seems like this has not been observed on o3. Maybe you can consider adding relevant test cases there. If they would fail the same, maybe guillaume_g/ggardet would be motivated to fix the issue soon then :)