Re: [dm-devel] [PATCH 76/80] libmultipath: select_action(): force udev reload for uninitialized maps

2020-07-19 Thread Benjamin Marzinski
On Thu, Jul 09, 2020 at 01:03:26PM +0200, mwi...@suse.com wrote: > From: Martin Wilck > > If we are in the reconfigure() code path, and we encounter maps to > be reloaded, we usually set the DM_SUBSYSTEM_UDEV_FLAG0 flag to tell > udev not to repeat device detection steps above the multipath

Re: [dm-devel] [PATCH 71/74] multipath: use update_pathvec_from_dm()

2020-07-19 Thread Benjamin Marzinski
On Thu, Jul 09, 2020 at 12:51:42PM +0200, mwi...@suse.com wrote: > From: Martin Wilck > > The multipath-specific function update_paths() can now be replaced with > a call to update_pathvec_from_dm(). > > Signed-off-by: Martin Wilck > --- > multipath/main.c | 67

Re: [dm-devel] [PATCH 00/74] multipath-tools series part V: removed path handling

2020-07-19 Thread Chongyun Wu
Hi Marin and all, With below patches, run up/down script for a week, DM IO blocked issue not happened again, I think those patches works. Tested-by: wuchongyun (Cloud) Martin Wilck (21): libmultipath: protect use of pp->udev libmultipath: add uninitialize_path() multipath-tools: