projects
/
platform
/
upstream
/
multipath-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fb8055
)
[lib] add IBM IPR to hwtable.
author
Mike Anderson
<andmike@linux.vnet.ibm.com>
Wed, 20 Aug 2008 21:55:31 +0000
(23:55 +0200)
committer
Christophe Varoqui
<christophe.varoqui@free.fr>
Wed, 20 Aug 2008 21:55:31 +0000
(23:55 +0200)
libmultipath/hwtable.c
patch
|
blob
|
history
diff --git
a/libmultipath/hwtable.c
b/libmultipath/hwtable.c
index 257c51e806df49c146dbb14ef617c0fcc5c53454..ada5c556cc73794ea964531f57fcd12e143dc2f1 100644
(file)
--- a/
libmultipath/hwtable.c
+++ b/
libmultipath/hwtable.c
@@
-530,6
+530,22
@@
static struct hwentry default_hw[] = {
.checker_name = DIRECTIO,
.prio_name = DEFAULT_PRIO,
},
+ {
+ /* IBM IPR */
+ .vendor = "IBM",
+ .product = "IPR.*",
+ .getuid = DEFAULT_GETUID,
+ .features = "1 queue_if_no_path",
+ .hwhandler = "1 alua",
+ .selector = DEFAULT_SELECTOR,
+ .pgpolicy = GROUP_BY_PRIO,
+ .pgfailback = -FAILBACK_IMMEDIATE,
+ .rr_weight = RR_WEIGHT_NONE,
+ .no_path_retry = NO_PATH_RETRY_UNDEF,
+ .minio = DEFAULT_MINIO,
+ .checker_name = TUR,
+ .prio_name = PRIO_ALUA,
+ },
/*
* NETAPP controller family
*