Bug 1095924
Summary: | error: use virDomainMigrateToURI3 for peer-to-peer migration | ||
---|---|---|---|
Product: | [Community] Virtualization Tools | Reporter: | Richard W.M. Jones <rjones> |
Component: | libvirt | Assignee: | Libvirt Maintainers <libvirt-maint> |
Status: | CLOSED NEXTRELEASE | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | acathrow, jdenemar |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-05-23 07:11:54 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: |
Description
Richard W.M. Jones
2014-05-08 20:36:00 UTC
Seems to be a problem with virsh. In any case I posted this patch: https://www.redhat.com/archives/libvir-list/2014-May/msg00300.html I sent a slightly different patch upstream: https://www.redhat.com/archives/libvir-list/2014-May/msg00745.html I'm happy to go with whatever patch you want. commit 7bdc7702f31ac9123e1ec9787368a8fbfe365496 Author: Jiri Denemark <jdenemar> Date: Thu May 22 13:18:21 2014 +0200 Fix error message when TUNNELLED flag is used in non-p2p migration The current error message is error: use virDomainMigrateToURI3 for peer-to-peer migration which is correct but a bit misleading because the client did not specify VIR_MIGRATE_PEER2PEER flag. This patch changes the error message to error: cannot perform tunnelled migration without using peer2peer flag which is consistent with the error reported by older migration APIs. Reported by Rich Jones in https://bugzilla.redhat.com/show_bug.cgi?id=1095924 |