Add default values for IBM XIV Storage System.
authorOren Held <orenhe@il.ibm.com>
Fri, 30 Dec 2011 11:45:09 +0000 (12:45 +0100)
committerChristophe Varoqui <christophe.varoqui@opensvc.com>
Fri, 30 Dec 2011 11:45:09 +0000 (12:45 +0100)
libmultipath/hwtable.c

index 769788392a13d8860bad29ff6251863bfc9d5087..8dceaba801862179c4af0cbef7edf5286484cf8c 100644 (file)
@@ -771,6 +771,24 @@ static struct hwentry default_hw[] = {
                .prio_name     = PRIO_ALUA,
                .prio_args     = NULL,
        },
+        {
+                /* IBM XIV Storage System */
+                .vendor        = "IBM",
+                .product       = "2810XIV",
+                .getuid        = DEFAULT_GETUID,
+                .features      = "1 queue_if_no_path",
+                .hwhandler     = DEFAULT_HWHANDLER,
+                .selector      = DEFAULT_SELECTOR,
+                .pgpolicy      = MULTIBUS,
+                .pgfailback    = 15,
+                .rr_weight     = RR_WEIGHT_NONE,
+                .no_path_retry = NO_PATH_RETRY_UNDEF,
+                .minio         = 15,
+                .minio_rq      = DEFAULT_MINIO_RQ,
+                .checker_name  = TUR,
+                .prio_name     = DEFAULT_PRIO,
+                .prio_args     = NULL,
+        },
        /*
         * IBM Power Virtual SCSI Devices
         *