mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 12:35:17 +00:00
qemu: fix the vm deadlock when deleting a nonexistent iothread
https://bugzilla.redhat.com/show_bug.cgi?id=1218145 Jump to endjob instead of cleanup to fix this deadlock. Signed-off-by: Luyao Huang <lhuang@redhat.com>
This commit is contained in:
parent
3dae162db7
commit
3f7cad7a8f
@ -6365,7 +6365,7 @@ qemuDomainChgIOThread(virQEMUDriverPtr driver,
|
||||
_("cannot find IOThread '%u' in persistent "
|
||||
"iothreadids"),
|
||||
iothread_id);
|
||||
goto cleanup;
|
||||
goto endjob;
|
||||
}
|
||||
|
||||
virDomainIOThreadIDDel(persistentDef, iothread_id);
|
||||
|
Loading…
x
Reference in New Issue
Block a user