Bug 1415935
Summary: | virt-v2v auto running convert esx guests failed with error "qemu-img: error while reading sector 24942336: Protocol error" | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | kuwei <kuwei> | ||||
Component: | libguestfs | Assignee: | Richard W.M. Jones <rjones> | ||||
Status: | CLOSED DUPLICATE | QA Contact: | Virtualization Bugs <virt-bugs> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 7.3 | CC: | haizhao, juzhou, kuwei, mxie, mzhan, ptoscano, tzheng, xiaodwan | ||||
Target Milestone: | rc | ||||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2017-02-16 17:03:30 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: | |||||||
Attachments: |
|
Description
kuwei@redhat.com
2017-01-24 06:42:47 UTC
Created attachment 1243828 [details]
virt-v2v-auto-running
The causes of this are always: (1) The vCenter server is too slow. http://libguestfs.org/virt-v2v.1.html#vmware-vcenter-resources (2) The network connection is interrupted in some way. For example, there is actual network break, or a machine gets assigned a different IP address. > #traceroute 10.73.72.61 > traceroute to 10.73.72.61 (10.73.72.61), 30 hops max, 60 byte packets > 1 * * * > 2 * * * I don't understand this traceroute. Address 10.73.72.61 is not mentioned at all in the virt-v2v log file. These commits were added upstream which should prevent ssh connections from being dropped: https://github.com/libguestfs/libguestfs/commit/0de08f6527c9d825e85366e5f43e78df1e5842e9 https://github.com/libguestfs/libguestfs/commit/27b64f82272a5bcc3caf8aa17ce4afd2a52a943c https://github.com/libguestfs/libguestfs/commit/2f97cd5517e68128d6d93d27ca6bd328bbd4a4da https://github.com/libguestfs/libguestfs/commit/a1bc37d673d8d8b2db8a88cea51ec1a46bf0c8da However I don't believe this is related to the cause of this bug which will be down to network slowness or interruption (see comment 3). |