mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00:00
qemu: More clear error parsing domain def failure of tunneled migration
* src/qemu/qemu_driver.c
This commit is contained in:
parent
7ca5765b91
commit
ee3b030050
@ -8014,7 +8014,8 @@ qemudDomainMigratePrepareTunnel(virConnectPtr dconn,
|
|||||||
if (!(def = virDomainDefParseString(driver->caps, dom_xml,
|
if (!(def = virDomainDefParseString(driver->caps, dom_xml,
|
||||||
VIR_DOMAIN_XML_INACTIVE))) {
|
VIR_DOMAIN_XML_INACTIVE))) {
|
||||||
qemuReportError(VIR_ERR_OPERATION_FAILED,
|
qemuReportError(VIR_ERR_OPERATION_FAILED,
|
||||||
"%s", _("failed to parse XML"));
|
"%s", _("failed to parse XML, libvirt version may be "
|
||||||
|
"different between source and destination host"));
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user