Bug 521053
| Summary: | libvirt always places IDE disks before virtio/scsi disks | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Mark McLoughlin <markmc> | ||||
| Component: | libvirt | Assignee: | Daniel Veillard <veillard> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 5.5 | CC: | ajia, berrange, clalance, gren, markmc, veillard, virt-maint, xen-maint, yoyzhang | ||||
| Target Milestone: | rc | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | 507271 | Environment: | |||||
| Last Closed: | 2010-03-30 08:09:54 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: | |||||||
| Attachments: |
|
||||||
|
Description
Mark McLoughlin
2009-09-03 11:15:38 UTC
Created attachment 370132 [details]
backport of the upstream patch to RHEL-5
libvirt-0.6.3-22.el5 has been built in dist-5E-qu-candidate with the fixes, Daniel The bugs has been fixed in libvirt-0.6.3-28.el5. On RHEL5u4 released system with libvirt-0.6.3-20.el5, after adding an additional IDE disk, boot the virtual machine installed with virtio disk emulation , the kvm command line is as follows: /usr/libexec/qemu-kvm -S -M pc -m 1024 -smp 1 -name rhel5u4kvm -uuid 40e53f4c-5b66-fa11-4ed2-fdca1f92250a -monitor pty -pidfile /var/run/libvirt/qemu//rhel5u4kvm.pid -boot c -drive file=/var/lib/libvirt/images/moredisk.img,if=ide,index=0,boot=on -drive file=,if=ide,media=cdrom,index=2 -drive file=/var/lib/libvirt/images/rhel5u4kvm.img,if=virtio,index=0 -net none -serial pty -parallel none -usb -vnc 127.0.0.1:0 -k en-us and with libvirt-0.6.3-28.el5 the kvm command line is: /usr/libexec/qemu-kvm -S -M pc -m 1024 -smp 1 -name rhel5u4kvm -uuid 40e53f4c-5b66-fa11-4ed2-fdca1f92250a -no-kvm-pit-reinjection -monitor pty -pidfile /var/run/libvirt/qemu//rhel5u4kvm.pid -boot c -drive file=/var/lib/libvirt/images/rhel5u4kvm.img,if=virtio,index=0,boot=on -drive file=,if=ide,media=cdrom,index=2 -drive file=/var/lib/libvirt/images/moredisk.img,if=ide,index=0 -net none -serial pty -parallel none -usb -vnc 127.0.0.1:0 -k en-us An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2010-0205.html |