Bug 593909
| Summary: | VM can not start by using qemu-kvm-0.12.1.2-2.56.el6 | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Mike Cao <bcao> |
| Component: | qemu-kvm | Assignee: | Juan Quintela <quintela> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.0 | CC: | atodorov, bkozdemb, dyuan, kwolf, lihuang, michen, mjenner, pcfe, qcai, quintela, rwilliam, sibai.li, snagar, tburke, twaugh, virt-maint |
| Target Milestone: | beta | Keywords: | Regression, TestBlocker |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | qemu-kvm-0.12.1.2-2.61.el6 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-06-02 05:52:46 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 494837 | ||
|
Description
Mike Cao
2010-05-20 02:57:37 UTC
Retest from qemu-kvm-0.12.1.2-2.57.el6.x86_64 to qemu-kvm-0.12.1.2-2.60.el6.x86_64,with the same images by using the same commandline. Still hit this issue. *** Bug 594594 has been marked as a duplicate of this bug. *** I suspect you have the wrong parameters. Try without format=raw. Also we only support cache=none. (In reply to comment #5) > I suspect you have the wrong parameters. Try without format=raw. > Also we only support cache=none. start VM in qemu-kvm-0.12.1.2-2.56.el6.x86_64. CLI:/usr/libexec/qemu-kvm -rtc-td-hack -no-hpet -usbdevice tablet -drive file=/home/RHEL-Server-5.5-64-virtio.raw,if=virtio,cache=none,boot=on -net nic,macaddr=20:10:43:23:33:42,model=e1000,vlan=0 -net tap,script=/etc/qemu-ifup,vlan=0 -uuid `uuidgen` -vnc :5 -boot dc -cpu qemu64,+sse2 -smp 2 -m 2G -monitor stdio -balloon none -startdate now Expected Results: the vm can not start. Error msg: qemu: could not open disk image /home/RHEL-Server-5.5-64-virtio.raw: Success Start VM with same command in qemu-kvm-0.12.1.2-2.55.el6.x86_64.the VM can start successfully. Kevin, any hints? Patch sent to the list. "raw" image format/protocol was split into "raw" protocol and "file" image. But we didn't changed the block whitelist. I will use this bugzilla instead of a change to the bugzilla that introduced the regression. *** Bug 595313 has been marked as a duplicate of this bug. *** *** Bug 595439 has been marked as a duplicate of this bug. *** *** Bug 595518 has been marked as a duplicate of this bug. *** Verified this bug in qemu-kvm-0.12.1.2-2.62.el6.x86_64. Repeat steps in the description,the VM can start,and work on well. the bug has already been fixed. *** Bug 595790 has been marked as a duplicate of this bug. *** According to Comment #14 ,close this bug. *** Bug 598727 has been marked as a duplicate of this bug. *** |