Bug 1281706
| Summary: | virsh domcontrol will show different result to a inactive guest | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Luyao Huang <lhuang> |
| Component: | libvirt | Assignee: | Jiri Denemark <jdenemar> |
| Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 7.2 | CC: | dyuan, rbalakri |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | libvirt-1.3.3-1.el7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-11-03 18:30:32 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
Luyao Huang
2015-11-13 08:11:34 UTC
Fixed upstream by v1.3.2-59-ge53f2dc:
commit e53f2dc875f5c4865a37a2bd936858f45b23ee8e
Author: Jiri Denemark <jdenemar>
AuthorDate: Thu Mar 3 13:26:51 2016 +0100
Commit: Jiri Denemark <jdenemar>
CommitDate: Thu Mar 3 13:26:51 2016 +0100
qemu: Check if domain is active in GetControlInfo
Reporting status of a control connection makes no sense for an inactive
domain.
https://bugzilla.redhat.com/show_bug.cgi?id=1281706
Signed-off-by: Jiri Denemark <jdenemar>
This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions Verify this bug with libvirt-2.0.0-4.el7.x86_64: 1. prepare a inactive guest: # virsh dominfo r7 Id: - Name: r7 UUID: 67c7a123-5415-4136-af62-a2ee098ba6cd OS Type: hvm State: shut off CPU(s): 6 Max memory: 1179648 KiB Used memory: 1179648 KiB Persistent: yes Autostart: disable Managed save: no Security model: selinux Security DOI: 0 2. check domcontrol output: # virsh domcontrol r7 error: Requested operation is not valid: domain is not running 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/RHSA-2016-2577.html |