Re: [dm-devel] [RFC PATCH 3/6] multipathd: allow shutdown during configure()

2019-01-16 Thread Benjamin Marzinski
On Fri, Jan 04, 2019 at 06:59:11PM +0100, Martin Wilck wrote: > reconfigure() can be a long-running operation; both initial path > discovery and initial map setup can take a long time. Allow > the main program to indicate that the process should be > interrupted if a shutdown signal was received.

[dm-devel] [RFC PATCH 3/6] multipathd: allow shutdown during configure()

2019-01-04 Thread Martin Wilck
reconfigure() can be a long-running operation; both initial path discovery and initial map setup can take a long time. Allow the main program to indicate that the process should be interrupted if a shutdown signal was received. Signed-off-by: Martin Wilck --- libmultipath/configure.c | 5 +