* [PATCH] multipath-tools: add HITACHI VSP One SDS Block to hwtable
@ 2025-08-04 23:55 Xose Vazquez Perez
0 siblings, 0 replies; only message in thread
From: Xose Vazquez Perez @ 2025-08-04 23:55 UTC (permalink / raw)
Cc: Xose Vazquez Perez, Matthias Rudolph, Martin Wilck,
Benjamin Marzinski, Christophe Varoqui, DM-DEVEL-ML
Info from #11-12 pages:
https://docs.hitachivantara.com/api/khub/documents/E1h3w1EJLDYuE5Yde3tQfw/content?Ft-Calling-App=ft%2Fturnkey-portal&Ft-Calling-App-Version=5.1.38#
Cc: Matthias Rudolph <Matthias.Rudolph@hitachivantara.com>
Cc: Martin Wilck <mwilck@suse.com>
Cc: Benjamin Marzinski <bmarzins@redhat.com>
Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
Cc: DM-DEVEL-ML <dm-devel@lists.linux.dev>
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
---
libmultipath/hwtable.c | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 65e7604c..48ec449e 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -492,6 +492,17 @@ static struct hwentry default_hw[] = {
.product = "^DF600F",
.pgpolicy = MULTIBUS,
},
+ {
+ /* VSP One SDS Block */
+ .vendor = "HITACHI",
+ .product = "Hi-SDS",
+ .pgpolicy = GROUP_BY_PRIO,
+ .pgfailback = -FAILBACK_IMMEDIATE,
+ .no_path_retry = 6,
+ .prio_name = PRIO_ALUA,
+ .checker_name = DIRECTIO,
+ .detect_checker = DETECT_CHECKER_OFF,
+ },
/*
* IBM
*/
--
2.50.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-08-04 23:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-04 23:55 [PATCH] multipath-tools: add HITACHI VSP One SDS Block to hwtable Xose Vazquez Perez
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).