Bug 680053
Summary: | IPv6 migration failed 'An undefined error has ocurred' | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | zhanghaiyan <yoyzhang> | ||||
Component: | libvirt | Assignee: | Laine Stump <laine> | ||||
Status: | CLOSED CANTFIX | QA Contact: | Virtualization Bugs <virt-bugs> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | high | ||||||
Version: | 6.1 | CC: | dallan, dyuan, eblake, llim, weizhan, xen-maint | ||||
Target Milestone: | rc | ||||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2011-06-21 03:25:38 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: | 680356 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
Description
zhanghaiyan
2011-02-24 08:53:04 UTC
Created attachment 480690 [details]
/var/log/libvirtd/log on source host
Does qemu itself properly support migration with IPv6? We send the following command to qemu: 03:17:53.032: 15350: debug : qemuMonitorJSONCommandWithFd:217 : Send command '{"execute":"migrate","arguments":{"detach":true,"blk":false,"inc":false,"uri":"tcp:kxiong:49156"}}' for write with FD -1 and it responds with: 03:17:53.035: 15350: debug : qemuMonitorJSONCommandWithFd:222 : Receive command reply ret=0 errno=0 92 bytes '{"error": {"class": "UndefinedError", "desc": "An undefined error has ocurred", "data": {}}}' Also, is there any useful line in /var/log/libvirt/qemu/rhel61_i386_8.log on the source host? (it would be anything from the final qemu commandline to the end of the file?) Finally, can you see from wireshark/tcpdump whether or not the source even tries to contact the destination? According to bug 680356, qemu haven't support ipv6 migration yet. Since qemu doesn't yet support ipv6 migration, it's currently not clear what, if anything, libvirt will need to do to support ipv6 migration. (In reply to comment #7) > Since qemu doesn't yet support ipv6 migration, it's currently not clear what, > if anything, libvirt will need to do to support ipv6 migration. Closing as CANTFIX. |