Re: [dm-devel] [PATCH] libmultipath: use directio checker for LIO targets

2023-03-28 Thread Benjamin Marzinski
On Thu, Mar 23, 2023 at 09:53:58PM +0100, mwi...@suse.com wrote: > From: Martin Wilck > > LIO always responds with GOOD status to TUR. Thus TUR is > not useful as path checker for LIO targets. > > Fixes https://github.com/opensvc/multipath-tools/issues/54 > > Signed-off-by: Martin Wilck Review

[dm-devel] [PATCH] libmultipath: use directio checker for LIO targets

2023-03-23 Thread mwilck
From: Martin Wilck LIO always responds with GOOD status to TUR. Thus TUR is not useful as path checker for LIO targets. Fixes https://github.com/opensvc/multipath-tools/issues/54 Signed-off-by: Martin Wilck --- libmultipath/hwtable.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libmult