Bug 185860

Summary: xenguest-install.py should support multiple NICs and multiple disks
Product: [Fedora] Fedora Reporter: Ben <bench>
Component: xenAssignee: Jeremy Katz <katzj>
Status: CLOSED RAWHIDE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 5CC: bstein, katzj
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-01-11 21:23:14 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: 182226    
Attachments:
Description Flags
xenguest-install.py that supports the requested features none

Description Ben 2006-03-19 22:41:36 UTC
When installing a new domU, xenguest-install.py should be able to format a xen
config file that supports multiple NICs and multiple disks. Attached is a
version that does just that.

Comment 1 Ben 2006-03-19 22:41:36 UTC
Created attachment 126329 [details]
xenguest-install.py that supports the requested features

Comment 2 Jeremy Katz 2006-09-25 20:46:16 UTC
xenguest-install has been rewritten a bit and the backend code definitely
supports multiple disks/nics now.  The difficult part is how to handle it via
the command line; asking for more than one in the asking questions form of
xenguest-install is going to be very error-prone.  

Comment 3 Daniel Berrangé 2007-01-11 21:23:14 UTC
In FC6 and later, xenguest-install.py is replaced by the python-virtinst RPM.
The 0.98.0-1.fc6 release of python-virtinst contains support for multiple nics /
disks. There are no plans to add this in FC5 or earlier because they used the
legacy xenguest-install.py script.