Bug 209944

Summary: xenguest-install creates bad config files when using iso images
Product: [Fedora] Fedora Reporter: Trond Eivind Glomsrød <trondeg>
Component: python-xeninstAssignee: Jeremy Katz <katzj>
Status: CLOSED INSUFFICIENT_DATA QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: rawhideCC: xen-maint
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-04-09 21:17:53 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:

Description Trond Eivind Glomsrød 2006-10-08 17:08:27 UTC
xenguest-install from python-xeninst-0.94.0-1 creates an entry like this when
using iso images (hardware based virtualization):

cdrom="/path/to/your/file.iso"

This no longer (with the xen version currently available in fedora pre) works,
the syntax is now like this:

disk = [ 'file:/path/to/your/disk,hda,w', 'file:/path/to/your/file.iso,hdc:
cdrom,r']

Comment 1 Jeremy Katz 2006-10-09 14:52:37 UTC
xenguest-install shouldn't ever be writing out a cdrom= line in the config; we
use it only for the install and that's all done via libvirt.

Can you provide the config you're getting spit out?

Comment 2 Jeremy Katz 2007-04-09 21:17:53 UTC
Closing due to inactivity.  Please reopen if you have further information to add
to this report