Bug 626544
| Summary: | cannot perform a "virsh dump" of a crashed KVM guest | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Dave Anderson <anderson> |
| Component: | qemu-kvm | Assignee: | Virtualization Maintenance <virt-maint> |
| Status: | CLOSED DUPLICATE | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | high | Docs Contact: | |
| Priority: | low | ||
| Version: | 6.0 | CC: | berrange, eblake, lihuang, lwang, mkenneth, phan, qcai, virt-maint, xen-maint |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-08-25 13:25:15 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: | |||
|
Description
Dave Anderson
2010-08-23 19:44:22 UTC
This looks to be a duplicate of BZ #623903: https://bugzilla.redhat.com/show_bug.cgi?id=623903 623903 - query-balloon commmand didn't return on pasued guest cause virt-manger hang But that one is currently only flagged as: rhel‑6.1.0? I would think that an issue of this magnitude would have to addressed in RHEL6.0? Adding lwang to the cc: list for her input. > This looks to be a duplicate of BZ #623903: > > https://bugzilla.redhat.com/show_bug.cgi?id=623903 > 623903 - query-balloon commmand didn't return on pasued guest cause > virt-manger hang It isn't technically a duplicate, but it is a pretty closely related problem. That BZ is refering to the case where QEMU has explicitly paused guest execution, so it *knows* that the guest won't respond. In this case the QEMU still has the guest running, but the guest OS has crashed. QEMU doesn't know this, so it'll never get a response. We can likely generalize the solution for 623903 to cope with this 'guest crashed' case too though. |