提交 3f7cad7a 编写于 作者: L Luyao Huang 提交者: Ján Tomko

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: NLuyao Huang <lhuang@redhat.com>
上级 3dae162d
......@@ -6365,7 +6365,7 @@ qemuDomainChgIOThread(virQEMUDriverPtr driver,
_("cannot find IOThread '%u' in persistent "
"iothreadids"),
iothread_id);
goto cleanup;
goto endjob;
}
virDomainIOThreadIDDel(persistentDef, iothread_id);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册