Re: [dm-devel] [PATCH 5/7] multipathd: set DAEMON_CONFIGURE from uxlsnr thread

2018-10-30 Thread Martin Wilck
On Fri, 2018-10-26 at 15:19 -0500, Benjamin Marzinski wrote: > On Wed, Oct 24, 2018 at 12:05:50AM +0200, Martin Wilck wrote: > > Commit ee01e841 had the intention to make multipathd quit if > > the client socket couldn't be set up, because the unix socket > > listener is vital for signal handling

Re: [dm-devel] [PATCH 5/7] multipathd: set DAEMON_CONFIGURE from uxlsnr thread

2018-10-26 Thread Benjamin Marzinski
On Wed, Oct 24, 2018 at 12:05:50AM +0200, Martin Wilck wrote: > Commit ee01e841 had the intention to make multipathd quit if > the client socket couldn't be set up, because the unix socket > listener is vital for signal handling in multipathd. > But during startup, this condition might be lost if t

[dm-devel] [PATCH 5/7] multipathd: set DAEMON_CONFIGURE from uxlsnr thread

2018-10-23 Thread Martin Wilck
Commit ee01e841 had the intention to make multipathd quit if the client socket couldn't be set up, because the unix socket listener is vital for signal handling in multipathd. But during startup, this condition might be lost if the main thread doesn't wait for the unix listener to initialize. Fixe