Bug 874979
Summary: | The guest can't be resumed successfully when it's managedsaved in "pmsuspended" status | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | dyuan | |
Component: | libvirt | Assignee: | Michal Privoznik <mprivozn> | |
Status: | CLOSED NOTABUG | QA Contact: | Virtualization Bugs <virt-bugs> | |
Severity: | medium | Docs Contact: | ||
Priority: | medium | |||
Version: | 7.0 | CC: | acathrow, ajia, dallan, dyasny, eblake, honzhang, mzhan, rwu, shyu | |
Target Milestone: | rc | |||
Target Release: | 7.1 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 875096 (view as bug list) | Environment: | ||
Last Closed: | 2013-06-27 15:11: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: | ||||
Bug Depends On: | 875096 | |||
Bug Blocks: | 923626 |
Description
dyuan
2012-11-09 09:01:34 UTC
This is an inherent limitation of qemu. Qemu is unable to migrate pmsuspended state, and documents that if you attempt to migrate a guest in pmsuspended state, then the guest will be awakened on the destination end. Since [managed]save uses migration to and from a file, this is a case where restoring the guest will therefore wake it up, and the best libvirt can do is put the guest in a paused or running state. There is no way libvirt can restore the guest to an S3 state without a change to qemu. I don't think there's anything libvirt can do about this bug. I mean, if qemu is unable to migrate PMSuspended state, libvirt cannot do anything. If qemu learns to migrate the state, then again - the state will be resumed once the migration data is loaded in. Again, no work for libvirt required. Hence, I think this bug should be closed. If somebody disagrees, please reopen the bug. |