Bug 805533
Summary: | qemu-ga: possible race while suspending the guest | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Luiz Capitulino <lcapitulino> |
Component: | qemu-kvm | Assignee: | Luiz Capitulino <lcapitulino> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 6.3 | CC: | acathrow, areis, bsarathy, jcody, juzhang, lcapitulino, lersek, mkenneth, qiguo, qzhang, virt-maint |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | qemu-kvm-0.12.1.2-2.307.el6 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-02-21 07:33:16 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: | 804161, 831387 |
Description
Luiz Capitulino
2012-03-21 14:27:41 UTC
Corner case on a tech-preview feature, postponing to 6.4. Took this upstream and the recommendation is to implement the easy fix: http://lists.gnu.org/archive/html/qemu-devel/2012-04/msg00998.html This is doable for 6.3, but I agree it's a corner case. After some discussion, we decided to make the guest-suspend-* commands synchronous. This just drops the need for the SIGCHLD signal, which automatically ends up fixing this issue. Patches submitted some days ago and already included in Michael Roth's latest pull request: http://lists.gnu.org/archive/html/qemu-devel/2012-05/msg02093.html As far as testing is concerned, this issue was found in code review and is theoretical. There's no recipe to trigger it. So I think verification should be skipped. Checked on qemu-kvm-0.12.1.2-2.337.el6, the codes indeed included according to changelog. #rpm -q qemu-kvm-0.12.1.2-2.337.el6 --changelog | grep 805533 - Update information: Add bug 805533 information to changelog (fix for 827612 fixed also 805533) - Resolves: bz#805533 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. http://rhn.redhat.com/errata/RHBA-2013-0527.html Hi, Luiz Do we need clone this bug to RHEL7 product? Thanks No, this is a very old issue fixed since qemu v1.1.0, but thanks for checking. |