[Kimchi-devel] [PATCH 0/2] Change cdrom default bus type to scsi
Aline Manera
alinefm at linux.vnet.ibm.com
Thu Mar 13 14:46:57 UTC 2014
On 03/13/2014 07:47 AM, lvroyce at linux.vnet.ibm.com wrote:
> From: Royce Lv <lvroyce at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ovirt.org/pipermail/kimchi-devel/attachments/20140313/a1ed3ca3/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: $7EFAC797329099F7.jpg
Type: image/jpeg
Size: 47455 bytes
Desc: not available
URL: <http://lists.ovirt.org/pipermail/kimchi-devel/attachments/20140313/a1ed3ca3/attachment.jpg>
More information about the Kimchi-devel
mailing list