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

2020-08-13 Thread Benjamin Marzinski
On Wed, Aug 12, 2020 at 01:34:28PM +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

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

2020-08-12 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. adopt_paths() may now succeed even if some