[defaults] add Pivot3 RAIGE defaults
authorChristophe Varoqui <christophe.varoqui@free.fr>
Sun, 11 Nov 2007 08:26:04 +0000 (09:26 +0100)
committerChristophe Varoqui <christophe.varoqui@free.fr>
Sun, 11 Nov 2007 08:26:04 +0000 (09:26 +0100)
Submitted by Bart Brooks, Pivot3

libmultipath/hwtable.c

index 2fc4a72..43c1310 100644 (file)
@@ -605,6 +605,27 @@ static struct hwentry default_hw[] = {
                .minio         = DEFAULT_MINIO,
                .checker_name  = READSECTOR0,
        },
+       /*
+        * Pivot3 RAIGE
+        *
+        * Maintainer : Bart Brooks, Pivot3
+        * Mail : bartb@pivot3.com
+        */
+       {
+               .vendor        = "PIVOT3",
+               .product       = "RAIGE VOLUME",
+               .getuid        = "/sbin/scsi_id -p 0x80 -g -u -s /block/%n",
+               .getprio       = NULL,
+               .features      = "1 queue_if_no_path",
+               .hwhandler     = DEFAULT_HWHANDLER,
+               .selector      = DEFAULT_SELECTOR,
+               .pgpolicy      = MULTIBUS,
+               .pgfailback    = FAILBACK_UNDEF,
+               .rr_weight     = RR_WEIGHT_NONE,
+               .no_path_retry = NO_PATH_RETRY_UNDEF,
+               .minio         = 100,
+               .checker_name  = TUR,
+       },
        /*
         * EOL
         */