mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-02 18:05:20 +00:00
qemu: Don't reset TLS in qemuMigrationCancel
Migration parameters are either reset by the main migration code path or from qemuProcessRecoverMigration* in case libvirtd is restarted during migration. Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
parent
a88c250d86
commit
133c73e75f
@ -5560,9 +5560,6 @@ qemuMigrationCancel(virQEMUDriverPtr driver,
|
|||||||
if (qemuDomainObjExitMonitor(driver, vm) < 0 || (storage && !blockJobs))
|
if (qemuDomainObjExitMonitor(driver, vm) < 0 || (storage && !blockJobs))
|
||||||
goto endsyncjob;
|
goto endsyncjob;
|
||||||
|
|
||||||
ignore_value(qemuMigrationResetTLS(driver, vm, QEMU_ASYNC_JOB_NONE,
|
|
||||||
NULL, NULL));
|
|
||||||
|
|
||||||
if (!storage) {
|
if (!storage) {
|
||||||
ret = 0;
|
ret = 0;
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user