Bug 639305
Summary: | virsh restore command fails when restoring guests with 16G of RAM | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Humble Chirammal <hchiramm> | ||||
Component: | libvirt | Assignee: | Jiri Denemark <jdenemar> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Virtualization Bugs <virt-bugs> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 5.5 | CC: | abaron, closms, dallan, danken, dyuan, eblake, jdenemar, jinzishuai, sputhenp, tburke, 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: | 2011-09-29 14:45:50 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: | 647189 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
Description
Humble Chirammal
2010-10-01 12:17:16 UTC
Created attachment 450994 [details]
Qemu driver timeout patch
This patch will increase the timeout value..
> Even a guest with 1G that keep dirtying his pages will create the same timeout
> for you. So the above BZ is not a blocker here
I can't reproduce even with a 4GB guest, where almost all pages were made dirty. The result was state file with 4.2GB and I could resume from that without any issues.
> I can't reproduce even with a 4GB guest, where almost all pages were made
> dirty. The result was state file with 4.2GB and I could resume from that
> without any issues.
Ah but I was able to reproduce it with 0.6.3-based libvirt from RHEL-5.5. It seems like the rebase fixed this issue.
Humble, could you try with the most recent libvirt packages for RHEL-5? Current version is libvirt-0.8.2-12.el5
(In reply to comment #6) > > Even a guest with 1G that keep dirtying his pages will create the same timeout > > for you. So the above BZ is not a blocker here > > I can't reproduce even with a 4GB guest, where almost all pages were made > dirty. The result was state file with 4.2GB and I could resume from that > without any issues. My fault, savevm/loadvm are not live migration into file so it doesn't matter what the guest do since it is paused. I was able to reproduce this bug with RHEL55. Also, I can confirm that RHEL56 fixes it. |