Re: [libvirt] [PATCH v3 0/6] Work around the kernel mdev uevent race in nodedev

2017-09-18 Thread Erik Skultety
On Mon, Sep 18, 2017 at 08:47:52AM -0400, John Ferlan wrote: > > > On 09/18/2017 01:53 AM, Erik Skultety wrote: > > On Thu, Aug 24, 2017 at 01:23:26PM +0200, Erik Skultety wrote: > >> v2 here: > >> https://www.redhat.com/archives/libvir-list/2017-July/msg01268.html > >> > >> Since v2: > >> - added

Re: [libvirt] [PATCH v3 0/6] Work around the kernel mdev uevent race in nodedev

2017-09-18 Thread John Ferlan
On 09/18/2017 01:53 AM, Erik Skultety wrote: > On Thu, Aug 24, 2017 at 01:23:26PM +0200, Erik Skultety wrote: >> v2 here: https://www.redhat.com/archives/libvir-list/2017-July/msg01268.html >> >> Since v2: >> - added patch 4/6 that fixes the issue with the handler thread spamming logs >> with "ud

Re: [libvirt] [PATCH v3 0/6] Work around the kernel mdev uevent race in nodedev

2017-09-17 Thread Erik Skultety
On Thu, Aug 24, 2017 at 01:23:26PM +0200, Erik Skultety wrote: > v2 here: https://www.redhat.com/archives/libvir-list/2017-July/msg01268.html > > Since v2: > - added patch 4/6 that fixes the issue with the handler thread spamming logs > with "udev_monitor_receive_device returned NULL" > -> the ev

[libvirt] [PATCH v3 0/6] Work around the kernel mdev uevent race in nodedev

2017-08-24 Thread Erik Skultety
v2 here: https://www.redhat.com/archives/libvir-list/2017-July/msg01268.html Since v2: - added patch 4/6 that fixes the issue with the handler thread spamming logs with "udev_monitor_receive_device returned NULL" -> the event loop callback now disables polling on the udev monitor's fd every