add CDMODEL=scsi-cd when iSCSI is used
There is a bug (it is fixed in newest unstable version though) in openQA 4.2-1.2 that when you use iSCI HDD device, it fails to boot. Workaround is to set CDMODEL=scsi-cd (and it won't hurt even when this gets fixed in stable). Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D642
This commit is contained in:
parent
da7bdda462
commit
8e2bcbdca1
@ -803,6 +803,7 @@
|
|||||||
{ key => "BOOT_UPDATES_IMG_URL", value => "1" },
|
{ key => "BOOT_UPDATES_IMG_URL", value => "1" },
|
||||||
{ key => "GRUB", value => "inst.updates=https://fedorapeople.org/groups/qa/updates/updates-unipony.img" },
|
{ key => "GRUB", value => "inst.updates=https://fedorapeople.org/groups/qa/updates/updates-unipony.img" },
|
||||||
{ key => "HDDMODEL", value => "virtio-scsi-pci" },
|
{ key => "HDDMODEL", value => "virtio-scsi-pci" },
|
||||||
|
{ key => "CDMODEL", value => "scsi-cd" },
|
||||||
],
|
],
|
||||||
variables => "",
|
variables => "",
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user