- Minor
How to reproduce:
1. Create a virtual machine using Carolyn3.xml
2. Edit VM Carolyn3 using form view by adding some description, press update
3. Edit againin XML view just to view XML - result in Carolyn3after.xml
I've attached Carolyn3aftersorted.xml which has some <controller> blocks moved to match Carolyn3.xml for better comparison.
diff --suppress-common-lines Carolyn3.xml Carolyn3aftersorted.xml 4a5 > <description>some description</description> 60c61 < <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> --- > <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x1'/> 68,69c69,70 < <target chassis='1' port='0x10'/> < <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0' multifunction='on'/> --- > <target chassis='1' port='0x18'/> > <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0' multifunction='on'/> 73,74c74,75 < <target chassis='2' port='0x11'/> < <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x1'/> --- > <target chassis='2' port='0x19'/> > <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x1'/> 107c108 < <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> --- > <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2' multifunction='on'/>
This results in the VM not finding its disk when started.