Re: [dm-devel] [PATCH 64/74] multipathd: check_path(): set retrigger_delay if necessary

2020-08-05 Thread Martin Wilck
On Sun, 2020-07-19 at 00:07 -0500, Benjamin Marzinski wrote: > On Thu, Jul 09, 2020 at 12:51:35PM +0200, mwi...@suse.com wrote: > > From: Martin Wilck > > > > In a follow up patch, we will set INIT_MISSING_UDEV and set tick=1 > > (minimal) at the same time. In this case, which is new, > >

Re: [dm-devel] [PATCH 64/74] multipathd: check_path(): set retrigger_delay if necessary

2020-07-18 Thread Benjamin Marzinski
On Thu, Jul 09, 2020 at 12:51:35PM +0200, mwi...@suse.com wrote: > From: Martin Wilck > > In a follow up patch, we will set INIT_MISSING_UDEV and set tick=1 > (minimal) at the same time. In this case, which is new, check_path() > must reset the delay when it first triggers an uevent. Maybe I'm

[dm-devel] [PATCH 64/74] multipathd: check_path(): set retrigger_delay if necessary

2020-07-09 Thread mwilck
From: Martin Wilck In a follow up patch, we will set INIT_MISSING_UDEV and set tick=1 (minimal) at the same time. In this case, which is new, check_path() must reset the delay when it first triggers an uevent. Signed-off-by: Martin Wilck --- multipathd/main.c | 4 1 file changed, 4