Bug 183289
| Summary: | Missing options from XMLDesc | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Diwaker Gupta <diwaker.lists> |
| Component: | libvirt | Assignee: | Daniel Veillard <veillard> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5 | CC: | xen-maint |
| 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-03-27 13:52:31 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
Diwaker Gupta
2006-02-27 22:48:17 UTC
libvirt version 0.1.4 addressing the following attributes detailed: * MAC address (<mac> element within an <interface> element) * path to bootloader (<bootloader> element) * builder used (<loader> element within <os>) * apci/pae/apic (<features> element, and <acpi>, <apic>, <pae> flags within) Wrt to the rest: * IP address - something to be configured within the guest, either statically or via DHCP * arbitrary options - libvirt is only going to expose options which are supportable long term. In addition options must be reasonably hypervisor agnostic, so we're unable to expose arbitrary Xend config options directly. * cpu_weight - some way of expressing schedular tunables is desirable & yet to be addressed i nlibvirt * gateway, netmask, dhcp - these are all things which should be configured within the guest OS * nfs_root, nfs_server - not clear that these belong as Xen config params long term - should already be possible to configure such things in elsewhere (eg with bootloader command line args) At 2.0.1, the new networking support should allow the remaining needs for networking configurability (beyond what xm create allows). Cpu weight is supported in libvirt API W.r.t. nfs_root, nfs_server sa Dan pointed out they don't really need to be supported directly it's more a bootloader question. And further arbitrary options as stated will only be considered on a case by case basis depending on their genericity and relevenace to users needs. At this point I think we can close this as RAWHIDE, the current state is very close to the original whish list. Daniel |