Based on documentation provided by the manufacturer:
https://support.infinidat.com/hc/en-us/articles/202319222

Cc: Christophe Varoqui <[email protected]>
Cc: device-mapper development <[email protected]>
Signed-off-by: Xose Vazquez Perez <[email protected]>
---
 libmultipath/hwtable.c | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 1fc2f24..d3ffbea 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -850,6 +850,16 @@ static struct hwentry default_hw[] = {
                .product       = "XPD",
                .pgpolicy      = MULTIBUS,
        },
+       /*
+        * Infinidat
+        */
+       {
+               .vendor        = "NFINIDAT",
+               .product       = "InfiniBox",
+               .pgpolicy      = GROUP_BY_PRIO,
+               .pgfailback    = -FAILBACK_IMMEDIATE,
+               .prio_name     = PRIO_ALUA,
+       },
 #if 0
        /*
         * Copy this TEMPLATE to add new hardware.
-- 
2.10.1

--
dm-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/dm-devel

Reply via email to