Skip to content

Commit

Permalink
multipath-tools: add SCST to hwtable
Browse files Browse the repository at this point in the history
Based on: https://github.com/SCST-project/scst/blob/master/scst/README#L1905-L1908

Cc: Gleb Chesnokov <[email protected]>
Cc: Bart Van Assche <[email protected]>
Cc: Vladislav Bolkhovitin <[email protected]>
Cc: Martin Wilck <[email protected]>
Cc: Benjamin Marzinski <[email protected]>
Cc: Christophe Varoqui <[email protected]>
Cc: DM-DEVEL ML <[email protected]>
Signed-off-by: Xose Vazquez Perez <[email protected]>
Reviewed-by: Benjamin Marzinski <[email protected]>
  • Loading branch information
xosevp authored and mwilck committed Dec 5, 2024
1 parent 0bba45b commit 2cd213a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions libmultipath/hwtable.c
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,15 @@ static struct hwentry default_hw[] = {
.checker_name = DIRECTIO,
.detect_checker = DETECT_CHECKER_OFF,
},
{
/* Generic SCSI Target Subsystem for Linux (SCST) */
.vendor = "^SCST_",
.product = ".*",
.pgpolicy = GROUP_BY_PRIO,
.pgfailback = -FAILBACK_IMMEDIATE,
.no_path_retry = 12,
.prio_name = PRIO_ALUA,
},
/*
* DataCore
*/
Expand Down

0 comments on commit 2cd213a

Please sign in to comment.