Bug 185860
Summary: | xenguest-install.py should support multiple NICs and multiple disks | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ben <bench> | ||||
Component: | xen | Assignee: | Jeremy Katz <katzj> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | Brian Brock <bbrock> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 5 | CC: | 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
Ben
2006-03-19 22:41:36 UTC
Created attachment 126329 [details]
xenguest-install.py that supports the requested features
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. 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. |