Hide Forgot
Description of problem: edit the guest xml with following elements <boot dev='hd'/> <boot dev='network'/> <boot dev='cdrom'/> after save and quit , dumpxml guest will get the following result <boot dev='hd'/> <boot dev='hd'/> <boot dev='hd'/> without any error message . Version-Release number of selected component (if applicable): libvirt-0.8.2-20.el5 kernel-2.6.18-259.el5 How reproducible: always Steps to Reproduce: 1.virsh edit guest 2.set multiple boot devices 3.save and quit Actual results: all of the boot devices would be changed to be the same with the first boot device Expected results: if we don't support multiple boot devices , please show the error message . If we support multiple boot devices, don't make all of the lines be the same . Additional info:
checked with kvm guest , there is no such problem
This bug could reproduce on the following components of rh5.6: kernel-xen-2.6.18-238.el5 libvirt-0.8.2-15.el5 virt-manager-0.6.1-13.el5 Steps: 1.virsh edit a 2.set multiple boot devices <os> <type arch='x86_64' machine='xenfv'>hvm</type> <loader>/usr/lib/xen/boot/hvmloader</loader> <boot dev='hd'/> <boot dev='network'/> <boot dev='cdrom'/> </os> 3.save and quit 4.virsh dumpxml a <os> <type arch='x86_64' machine='xenfv'>hvm</type> <loader>/usr/lib/xen/boot/hvmloader</loader> <boot dev='hd'/> <boot dev='hd'/> <boot dev='hd'/> </os>
This request was evaluated by Red Hat Product Management for inclusion in Red Hat Enterprise Linux 5.7 and Red Hat does not plan to fix this issue the currently developed update. Contact your manager or support representative in case you need to escalate this bug.
Development Management has reviewed and declined this request. You may appeal this decision by reopening this request.