Lenovo to acquire Infinidat:
https://www.infinidat.com/en/news/press-releases/lenovo-acquire-infinidat-further-expanding-enterprise-storage-portfolio

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]>
---
 libmultipath/hwtable.c | 37 ++++++++++++++++++-------------------
 1 file changed, 18 insertions(+), 19 deletions(-)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 543f0bc1..2c26b42a 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -788,6 +788,24 @@ static struct hwentry default_hw[] = {
                .pgfailback    = -FAILBACK_IMMEDIATE,
                .no_path_retry = 30,
        },
+       {
+               /*
+                * Infinidat InfiniBox
+                *
+                * Maintainer: Arnon Yaari <[email protected]>
+                */
+               .vendor        = "NFINIDAT",
+               .product       = "InfiniBox",
+               .pgpolicy      = GROUP_BY_PRIO,
+               .pgfailback    = 30,
+               .prio_name     = PRIO_ALUA,
+               .selector      = "round-robin 0",
+               .rr_weight     = RR_WEIGHT_PRIO,
+               .no_path_retry = NO_PATH_RETRY_FAIL,
+               .minio         = 1,
+               .minio_rq      = 1,
+               .fast_io_fail  = 15,
+       },
        /*
         * NetApp
         */
@@ -1121,25 +1139,6 @@ static struct hwentry default_hw[] = {
                .product       = "XPD",
                .pgpolicy      = MULTIBUS,
        },
-       /*
-        * Infinidat
-        *
-        * Maintainer: Arnon Yaari <[email protected]>
-        */
-       {
-               /* InfiniBox */
-               .vendor        = "NFINIDAT",
-               .product       = "InfiniBox",
-               .pgpolicy      = GROUP_BY_PRIO,
-               .pgfailback    = 30,
-               .prio_name     = PRIO_ALUA,
-               .selector      = "round-robin 0",
-               .rr_weight     = RR_WEIGHT_PRIO,
-               .no_path_retry = NO_PATH_RETRY_FAIL,
-               .minio         = 1,
-               .minio_rq      = 1,
-               .fast_io_fail  = 15,
-       },
        /*
         * Kaminario
         */
-- 
2.48.1


Reply via email to