mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-23 13:05:27 +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))
|
||||
goto endsyncjob;
|
||||
|
||||
ignore_value(qemuMigrationResetTLS(driver, vm, QEMU_ASYNC_JOB_NONE,
|
||||
NULL, NULL));
|
||||
|
||||
if (!storage) {
|
||||
ret = 0;
|
||||
goto cleanup;
|
||||
|
Loading…
x
Reference in New Issue
Block a user