Bug 672492
Summary: | tight loop of save/restore for win2k3 sp2 guest make an error of "failed to read qemu header" | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Vivian Bian <vbian> |
Component: | libvirt | Assignee: | Daniel Veillard <veillard> |
Status: | CLOSED DUPLICATE | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 6.1 | CC: | danken, dyuan, eblake, gren, llim, xen-maint, yoyzhang |
Target Milestone: | rc | Keywords: | TestBlocker |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-03-02 15:33:47 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: | 666158 |
this is the test blocker for bug 666158 |
Description of problem: Version-Release number of selected component (if applicable): libvirt-0.8.7-3.rpm How reproducible: one time per 10 pairs of save/restore Steps to Reproduce: for i in `seq 1000` > do > virsh save win2k3sp2 test.save > virsh restore test.save > done Domain win2k3sp2 saved to test.save Domain restored from test.save Domain win2k3sp2 saved to test.save Domain restored from test.save Domain win2k3sp2 saved to test.save Domain restored from test.save Domain win2k3sp2 saved to test.save Domain restored from test.save error: Failed to save domain win2k3sp2 to test.save error: operation failed: domain save job: unexpectedly failed error: Failed to restore domain from test.save error: operation failed: failed to read qemu header Domain win2k3sp2 saved to test.save Domain restored from test.save Domain win2k3sp2 saved to test.save Domain restored from test.save Domain win2k3sp2 saved to test.save Domain restored from test.save Domain win2k3sp2 saved to test.save Domain restored from test.save Domain win2k3sp2 saved to test.save Domain restored from test.save Actual results: Expected results: Additional info: