forked from pool/multipath-tools
45 lines
1.2 KiB
Plaintext
45 lines
1.2 KiB
Plaintext
From af9e485cddb49d75d89f438c1f0f5ac27802e1e5 Mon Sep 17 00:00:00 2001
|
|
From: Jim Lester <jim.lester@compellent.com>
|
|
Date: Sun, 21 Sep 2008 12:36:33 +0200
|
|
Subject: [PATCH] [lib] new hardware from compellent in defaults table
|
|
|
|
---
|
|
libmultipath/hwtable.c | 21 +++++++++++++++++++++
|
|
1 files changed, 21 insertions(+), 0 deletions(-)
|
|
|
|
diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
|
|
index ada5c55..3e33352 100644
|
|
--- a/libmultipath/hwtable.c
|
|
+++ b/libmultipath/hwtable.c
|
|
@@ -18,6 +18,27 @@
|
|
*/
|
|
static struct hwentry default_hw[] = {
|
|
/*
|
|
+ * Compellent Technologies, Inc.
|
|
+ *
|
|
+ * Maintainer : Jim Lester, Compellent
|
|
+ * Mail : jim.lester@compellent.com
|
|
+ */
|
|
+ {
|
|
+ .vendor = "COMPELNT",
|
|
+ .product = "Compellent Vol",
|
|
+ .getuid = DEFAULT_GETUID,
|
|
+ .features = DEFAULT_FEATURES,
|
|
+ .hwhandler = DEFAULT_HWHANDLER,
|
|
+ .selector = DEFAULT_SELECTOR,
|
|
+ .pgpolicy = MULTIBUS,
|
|
+ .pgfailback = -FAILBACK_IMMEDIATE,
|
|
+ .rr_weight = RR_WEIGHT_NONE,
|
|
+ .no_path_retry = NO_PATH_RETRY_QUEUE,
|
|
+ .minio = DEFAULT_MINIO,
|
|
+ .checker_name = TUR,
|
|
+ .prio_name = DEFAULT_PRIO,
|
|
+ },
|
|
+ /*
|
|
* Apple controller family
|
|
*
|
|
* Maintainer : Shyam Sundar
|
|
--
|
|
1.5.2.4
|
|
|