Bug 723198
Summary: | No timeout on migration when connection between hosts crashes | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Tomas Dosek <tdosek> | ||||
Component: | vdsm | Assignee: | Erez Shinan <erez> | ||||
Status: | CLOSED ERRATA | QA Contact: | Tomas Dosek <tdosek> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 6.2 | CC: | abaron, bazulay, danken, ewarszaw, iheim, ykaul | ||||
Target Milestone: | rc | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | vdsm-4.9-85 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2011-12-06 07:31:51 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: | 725373, 799478 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
Verified - vdsm-4.9-86.el6 - timeout was set in vdsm therefore migration (from vdsm point of view) can't be proceeding forever. 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. http://rhn.redhat.com/errata/RHEA-2011-1782.html |
Created attachment 513773 [details] vdsm.log Description of problem: When connection between hosts (SPM and non-SPM) crashes during a VM migration, there's no timeout - the VM stays in locked mode, vdsm on SPM host tries to migrate the vm repeatedly (possibly forever). Version-Release number of selected component (if applicable): vdsm-4.9-82.el6.x86_64 libvirt-0.9.2-1.el6.x86_64 qemu-kvm-0.12.1.2-2.171.el6.x86_64 How reproducible: 100 % Steps to Reproduce: 1. Have a working setup - 2 hosts (without fencing), NFS storage (probably irrelevant) 2. Start a vm (on SPM host), when it's up perform migration to the non-SPM host 3. Right after it starts block communication between SPM and non-SPM host using iptables (but not between hosts and storage!) Actual results: Vdsm keeps trying to migrate the vm (possibly forever), vm is in locked mode Expected results: Migration fails with proper error shown to user after some timeout - when data transferred to the second host stays on 1% for more then 10 mins it definitely means that something isn't ok. Additional info: Attaching vdsm.log