<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 03/13/2014 07:47 AM,
      <a class="moz-txt-link-abbreviated" href="mailto:lvroyce@linux.vnet.ibm.com">lvroyce@linux.vnet.ibm.com</a> wrote:<br>
    </div>
    <blockquote
      cite="mid:1394707663-28670-1-git-send-email-lvroyce@linux.vnet.ibm.com"
      type="cite">
      <pre wrap="">From: Royce Lv <a class="moz-txt-link-rfc2396E" href="mailto:lvroyce@linux.vnet.ibm.com">&lt;lvroyce@linux.vnet.ibm.com&gt;</a>

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(-)

</pre>
    </blockquote>
    <br>
    This is not working for me.<br>
    <br>
    I created a template from scratch and then a VM.<br>
    The vm xml seems right:<br>
    <br>
    &nbsp;&nbsp;&nbsp; &lt;disk type='file' device='cdrom'&gt;<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;driver name='qemu' type='raw'/&gt;<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;source
    file='/home/alinefm/isos/ubuntu-13.10-desktop-amd64.iso'/&gt;<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;target dev='sdc' bus='scsi'/&gt;<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;readonly/&gt;<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;alias name='scsi0-0-2'/&gt;<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;address type='drive' controller='0' bus='0' target='0'
    unit='2'/&gt;<br>
    &nbsp;&nbsp;&nbsp; &lt;/disk&gt;<br>
    <br>
    But while starting the VM it could not find the boot device:<br>
    <br>
    <img alt="screenshot"
      src="cid:part1.06040905.01020003@linux.vnet.ibm.com" height="386"
      width="694"><br>
    <br>
  </body>
</html>