Re: [ovs-dev] [PATCHv2] ovs-lib: Add timeout at ovs-check-dead-ifs.

2019-08-27 Thread Guru Shetty
On Tue, 27 Aug 2019 at 11:10, William Tu wrote: > At SUSE12 SP3, we hit a case where ovs-check-dead-ifs tries to read > an entry in /proc//fd/ but hangs forever. The pid is > a qemu-system-x86_64 process and we suspect it's an issue related to > qemu, not ovs. As a result, force-reload-kmod

[ovs-dev] [PATCHv2] ovs-lib: Add timeout at ovs-check-dead-ifs.

2019-08-27 Thread William Tu
At SUSE12 SP3, we hit a case where ovs-check-dead-ifs tries to read an entry in /proc//fd/ but hangs forever. The pid is a qemu-system-x86_64 process and we suspect it's an issue related to qemu, not ovs. As a result, force-reload-kmod hangs and OVS bridge never gets restarted. This patch adds a