Bug 1419464
| Summary: | make a better documentation for the installation process in virt-manager | ||
|---|---|---|---|
| Product: | [Community] Virtualization Tools | Reporter: | Xiaodai Wang <xiaodwan> |
| Component: | virt-manager | Assignee: | virt-mgr-maint |
| Status: | CLOSED DUPLICATE | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | unspecified | CC: | berrange, crobinso, gscrivan, juzhou, kuwei, mxie, mzhan, phrdina, rbalakri, tzheng |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-03-05 18:27:05 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Xiaodai Wang
2017-02-06 09:02:11 UTC
Well, this is by design. Virt-manager/virt-install during installation generates two XML, one that is used to install the guest and second one that is used to define the guest after installation is complete. The install XML contains also the source for installation, ISO image or path to kernel and initrd or PXE boot as the primary boot. Only exception is import installation where the install XML is not created at all. Basically it works like this: the custom configuration modifies the resulting XML for the guest after the installation is completed and the install XML is created from the final XML by adding things required for installation. This is intentional and I don't think that we should change it. However, this could be probably documented better. *** This bug has been marked as a duplicate of bug 1036366 *** |