From 8e2bcbdca1be99e51f9abb21e1d81dde71bb5225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Sedl=C3=A1k?= Date: Mon, 9 Nov 2015 09:50:24 +0100 Subject: [PATCH] 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 --- templates | 1 + 1 file changed, 1 insertion(+) diff --git a/templates b/templates index b0f91b09..bdca968f 100755 --- a/templates +++ b/templates @@ -803,6 +803,7 @@ { key => "BOOT_UPDATES_IMG_URL", value => "1" }, { key => "GRUB", value => "inst.updates=https://fedorapeople.org/groups/qa/updates/updates-unipony.img" }, { key => "HDDMODEL", value => "virtio-scsi-pci" }, + { key => "CDMODEL", value => "scsi-cd" }, ], variables => "", },