On 03/13/2014 07:47 AM, lvroyce@linux.vnet.ibm.com wrote:
From: Royce Lv <lvroyce@linux.vnet.ibm.com>

tested:
1. sudo ./run_test.sh
2. create vm with a scsi cdrom successful install
3. add more than 4 cdrom success

Royce Lv (2):
  Issue#338: Change the default cdrom bus to scsi
  Fix feature tests xml

 src/kimchi/featuretests.py     | 6 +++---
 src/kimchi/model/vmstorages.py | 2 +-
 src/kimchi/osinfo.py           | 6 ++++--
 3 files changed, 8 insertions(+), 6 deletions(-)


This is not working for me.

I created a template from scratch and then a VM.
The vm xml seems right:

    <disk type='file' device='cdrom'>
      <driver name='qemu' type='raw'/>
      <source file='/home/alinefm/isos/ubuntu-13.10-desktop-amd64.iso'/>
      <target dev='sdc' bus='scsi'/>
      <readonly/>
      <alias name='scsi0-0-2'/>
      <address type='drive' controller='0' bus='0' target='0' unit='2'/>
    </disk>

But while starting the VM it could not find the boot device:

screenshot