mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-18 10:35:20 +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,
|
||||
VIR_DOMAIN_XML_INACTIVE))) {
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user