Re: [dm-devel] [PATCH 44/54] libmultipath: adopt_paths(): don't bail out on single path failure

2020-08-10 Thread Benjamin Marzinski
On Wed, Aug 05, 2020 at 02:05:00PM +0200, Martin Wilck wrote: > On Fri, 2020-07-17 at 16:25 -0500, Benjamin Marzinski wrote: > > On Thu, Jul 09, 2020 at 12:36:13PM +0200, mwi...@suse.com wrote: > > > From: Martin Wilck > > > > > > If pathinfo fails for one path to be adopted, we currently > > > f

Re: [dm-devel] [PATCH 44/54] libmultipath: adopt_paths(): don't bail out on single path failure

2020-08-05 Thread Martin Wilck
On Fri, 2020-07-17 at 16:25 -0500, Benjamin Marzinski wrote: > On Thu, Jul 09, 2020 at 12:36:13PM +0200, mwi...@suse.com wrote: > > From: Martin Wilck > > > > If pathinfo fails for one path to be adopted, we currently > > fail the entire function. This may cause ev_add_path() for a valid > > path

Re: [dm-devel] [PATCH 44/54] libmultipath: adopt_paths(): don't bail out on single path failure

2020-07-17 Thread Benjamin Marzinski
On Thu, Jul 09, 2020 at 12:36:13PM +0200, mwi...@suse.com wrote: > From: Martin Wilck > > If pathinfo fails for one path to be adopted, we currently > fail the entire function. This may cause ev_add_path() for a valid > path to fail because some other path is broken. Fix it by just > skipping pat

[dm-devel] [PATCH 44/54] libmultipath: adopt_paths(): don't bail out on single path failure

2020-07-09 Thread mwilck
From: Martin Wilck If pathinfo fails for one path to be adopted, we currently fail the entire function. This may cause ev_add_path() for a valid path to fail because some other path is broken. Fix it by just skipping paths that don't look healthy. Signed-off-by: Martin Wilck --- libmultipath/s