Skip to content

Commit

Permalink
libmultipath: use directio checker for LIO targets
Browse files Browse the repository at this point in the history
LIO always responds with GOOD status to TUR. Thus TUR is
not useful as path checker for LIO targets.

Fixes opensvc#54

Signed-off-by: Martin Wilck <[email protected]>
  • Loading branch information
mwilck committed Mar 28, 2023
1 parent 470ed91 commit 488796e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libmultipath/hwtable.c
Original file line number Diff line number Diff line change
Expand Up @@ -1067,6 +1067,7 @@ static struct hwentry default_hw[] = {
.pgfailback = -FAILBACK_IMMEDIATE,
.no_path_retry = 12,
.prio_name = PRIO_ALUA,
.checker_name = DIRECTIO,
},
/*
* DataCore
Expand Down

0 comments on commit 488796e

Please sign in to comment.