Bug 1198016
| Summary: | qemu will hang when specify "-realtime mlock=on" and "-sandbox on" at the same time | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | jinliu |
| Component: | qemu-kvm-rhev | Assignee: | Amit Shah <amit.shah> |
| Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 7.2 | CC: | hhuang, juzhang, lmiksik, mazhang, mrezanin, virt-maint, xfu |
| Target Milestone: | rc | Keywords: | Regression |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | qemu-2.3 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-12-04 16:31:04 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
jinliu
2015-03-03 08:45:10 UTC
I also test with qemu-kvm-rhev-2.1.2-23.el7.x86_64, don't hit this issue. So QE add "Regression" keyword. Any mistake, free to correct me. Thx. Reproduce this bug on qemu-kvm-rhev-2.2.0-9.el7.x86_64. Host: qemu-kvm-rhev-2.2.0-9.el7.x86_64 3.10.0-262.el7.x86_64 Steps: Start qemu-kvm with: /usr/libexec/qemu-kvm -realtime mlock=on -sandbox on -monitor stdio Result: qemu-kvm hang. # ps ax |grep qemu 19960 pts/0 Zl+ 0:00 [qemu-kvm] <defunct> Verify this bug on qemu-kvm-rhev-2.3.0-2.el7. Result: qemu-kvm works well. # /usr/libexec/qemu-kvm -realtime mlock=on -sandbox on -monitor stdio QEMU 2.3.0 monitor - type 'help' for more information (qemu) VNC server running on `::1:5900' (qemu) (qemu) info status VM status: running So this bug has been fixed. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-2546.html |