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

2018-10-25 Thread Benjamin Marzinski
On Fri, Oct 12, 2018 at 12:27:01AM +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. > Reviewed-by: Benjamin

[dm-devel] [PATCH 15/21] libmultipath: rdac checker: leave unsupported paths alone

2018-10-11 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/rdac.c | 28 +++-