* [PATCH v2] multipath-tools: add NexGen arrays to hwtable
@ 2016-10-07 14:01 Xose Vazquez Perez
0 siblings, 0 replies; only message in thread
From: Xose Vazquez Perez @ 2016-10-07 14:01 UTC (permalink / raw)
Cc: device-mapper development, Xose Vazquez Perez, Bart Brooks,
Brian Auld
Based on info provided by the manufacturer.
Cc: Brian Auld <bauld@pivot3.com>
Cc: Bart Brooks <bbrooks@pivot3.com>
Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
Cc: device-mapper development <dm-devel@redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
---
v2 add vSTAC
---
libmultipath/hwtable.c | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index ff6989d..637be3d 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -776,6 +776,14 @@ static struct hwentry default_hw[] = {
.no_path_retry = NO_PATH_RETRY_QUEUE,
.pgpolicy = MULTIBUS,
},
+ {
+ .vendor = "(NexGen|Pivot3)",
+ .product = "(TierStore|vSTAC)",
+ .pgpolicy = GROUP_BY_PRIO,
+ .pgfailback = -FAILBACK_IMMEDIATE,
+ .prio_name = PRIO_ALUA,
+ .no_path_retry = NO_PATH_RETRY_QUEUE,
+ },
/*
* Intel
*/
--
2.10.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-10-07 14:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-07 14:01 [PATCH v2] multipath-tools: add NexGen arrays to hwtable Xose Vazquez Perez
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.