[libvirt] [PATCH] libvirtd: fix potential deadlock when starting vm

Erik Skultety eskultet at redhat.com
Fri Oct 19 06:21:40 UTC 2018


On Fri, Oct 19, 2018 at 10:05:21AM +0800, owen.si at ucloud.cn wrote:
> Thanks for your detailed explanation, Maybe i can set udev_monitor to nonblocking on centos6.
>

Yeah, you should be able to use fcntl and set the O_NONBLOCK flag on the
socket, but that would be a custom downstream patch where you'd be on your own.
On the other hand if upgrade is not an option for you, then I guess that's your
best solution, since everything will start working with (supposedly) only a
tiny bit of code.

Erik




More information about the libvir-list mailing list