Re: [dm-devel] [PATCH] multipath-tools: reorder NVDISK devices

2019-08-19 Thread Xose Vazquez Perez
On 8/14/19 5:41 PM, Benjamin Marzinski wrote: > On Thu, Aug 01, 2019 at 07:21:38PM +0200, Xose Vazquez Perez wrote: >> Otherwise "3303[ ]+NVDISK" is never reached, because "NVDISK" regex takes >> priority over it. > > Huh? I don't understand why this is necessary. First off, with Martin's >

Re: [dm-devel] [PATCH] multipath-tools: reorder NVDISK devices

2019-08-14 Thread Benjamin Marzinski
On Thu, Aug 01, 2019 at 07:21:38PM +0200, Xose Vazquez Perez wrote: > Otherwise "3303[ ]+NVDISK" is never reached, because "NVDISK" regex takes > priority over it. Huh? I don't understand why this is necessary. First off, with Martin's hwentry code, all matching hardware entries are used, not

[dm-devel] [PATCH] multipath-tools: reorder NVDISK devices

2019-08-01 Thread Xose Vazquez Perez
Otherwise "3303[ ]+NVDISK" is never reached, because "NVDISK" regex takes priority over it. Cc: Brian King Cc: Christophe Varoqui Cc: DM-DEVEL ML Signed-off-by: Xose Vazquez Perez --- libmultipath/hwtable.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git