Re: [dm-devel] [PATCH 13/21] libmultipath: clariion checker: leave unsupported paths alone

2018-10-29 Thread Martin Wilck
On Thu, 2018-10-25 at 16:41 -0500, Benjamin Marzinski wrote: > On Fri, Oct 12, 2018 at 12:26:59AM +0200, Martin Wilck wrote: > > A checker shouldn't set the path state to PATH_DOWN if it fails > > to obtain information about the path in the first place. Add logic > > to the checker to distinguish

Re: [dm-devel] [PATCH 13/21] libmultipath: clariion checker: leave unsupported paths alone

2018-10-26 Thread Benjamin Marzinski
On Fri, Oct 12, 2018 at 12:26:59AM +0200, Martin Wilck wrote: > A checker shouldn't set the path state to PATH_DOWN if it fails > to obtain information about the path in the first place. Add logic > to the checker to distinguish a failed path from an unsupported path. > > Signed-off-by: Martin Wil

[dm-devel] [PATCH 13/21] libmultipath: clariion checker: leave unsupported paths alone

2018-10-12 Thread Martin Wilck
A checker shouldn't set the path state to PATH_DOWN if it fails to obtain information about the path in the first place. Add logic to the checker to distinguish a failed path from an unsupported path. Signed-off-by: Martin Wilck --- libmultipath/checkers/emc_clariion.c | 50 +