Bug 517151

Summary: virtinst creates cdrom device using virtio rather than IDE
Product: [Fedora] Fedora Reporter: Gene Czarcinski <gczarcinski>
Component: python-virtinstAssignee: Cole Robinson <crobinso>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: high    
Version: rawhideCC: atodorov, berrange, crobinso, eparis, hbrock, markmc, twaugh, virt-maint
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: python-virtinst-0.500.0-2.fc12 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-09-21 16:29:17 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 498968    
Attachments:
Description Flags
virt-manager.log
none
f10test.log none

Description Gene Czarcinski 2009-08-12 18:46:36 UTC
Description of problem:
When creating a new guest virtual machine for Fedora 10 and specifying Fedora 10 as the system type, the resulting device type for the CD/DVD iso image is "/dev/vdb" which results in "could not read boot disk".

I suspect that only an IDE device will work with the CD/DVD.

I have not tested it but this probably does not work with a Fedora 11 guest either.

Specifying that the system type is Fedora 9 so that IDE device types only will be used works.

Version-Release number of selected component (if applicable):
Fedora 11 plus "virt-preview" set of packages for F11.
libvirt-0.7.0-3.fc11.x86_64
qemu-0.10.91-0.5.rc1.fc11.x86_64
qemu-kvm-0.10.91-0.5.rc1.fc11.x86_64
virt-manager-0.8.0-1.fc11.noarch


How reproducible:
everytime

Comment 1 Mark McLoughlin 2009-08-14 18:41:38 UTC
Could you attach virt-manager.log and the guest log from /var/log/libvirt/qemu ?

Comment 2 Gene Czarcinski 2009-08-14 23:58:15 UTC
Created attachment 357518 [details]
virt-manager.log

started with a clean log ... only did the definition of "f10test" which had /deb/vdb for the CD/DVD (which did not work)

Comment 3 Gene Czarcinski 2009-08-14 23:58:51 UTC
Created attachment 357519 [details]
f10test.log

Comment 4 Mark McLoughlin 2009-08-18 10:21:13 UTC
Thanks Gene, I can reproduce this - adding to the Fedora 12 blocker list

Comment 5 Mark McLoughlin 2009-08-21 07:02:02 UTC
*** Bug 518552 has been marked as a duplicate of this bug. ***

Comment 6 Mark McLoughlin 2009-08-21 07:02:47 UTC
Perry confirms this happens with virt-install too

Comment 7 Mark McLoughlin 2009-08-21 07:43:49 UTC
*** Bug 518535 has been marked as a duplicate of this bug. ***

Comment 8 Eric Paris 2009-08-21 14:56:46 UTC
removing the virtio storage device for the cdrom and re-adding a new storage device as cdrom/ide for the iso and my livecd boots!

Success!

Comment 9 Daniel Berrangé 2009-08-26 15:30:42 UTC
*** Bug 518965 has been marked as a duplicate of this bug. ***

Comment 10 Mark McLoughlin 2009-09-21 16:29:17 UTC
I think this is supposed to be fixed by:

* Sun Sep 13 2009 Cole Robinson <crobinso> - 0.500.0-2.fc12
- Don't use virtio for cdrom devices (bz 517151)

However, there may be more issues - see bug #524109