Blame SOURCES/0085-UPBZ-1110006-datacore-config.patch
|
|
1eb31d |
---
|
|
|
1eb31d |
libmultipath/hwtable.c | 13 +++++++++++++
|
|
|
1eb31d |
1 file changed, 13 insertions(+)
|
|
|
1eb31d |
|
|
|
1eb31d |
Index: multipath-tools-130222/libmultipath/hwtable.c
|
|
|
1eb31d |
===================================================================
|
|
|
1eb31d |
--- multipath-tools-130222.orig/libmultipath/hwtable.c
|
|
|
1eb31d |
+++ multipath-tools-130222/libmultipath/hwtable.c
|
|
|
1eb31d |
@@ -1108,6 +1108,19 @@ static struct hwentry default_hw[] = {
|
|
|
1eb31d |
.prio_name = PRIO_ALUA,
|
|
|
1eb31d |
.prio_args = NULL,
|
|
|
1eb31d |
},
|
|
|
1eb31d |
+ {
|
|
|
1eb31d |
+ .vendor = "DataCore",
|
|
|
1eb31d |
+ .product = "Virtual Disk",
|
|
|
1eb31d |
+ .features = DEFAULT_FEATURES,
|
|
|
1eb31d |
+ .hwhandler = DEFAULT_HWHANDLER,
|
|
|
1eb31d |
+ .pgpolicy = GROUP_BY_PRIO,
|
|
|
1eb31d |
+ .pgfailback = -FAILBACK_IMMEDIATE,
|
|
|
1eb31d |
+ .rr_weight = RR_WEIGHT_NONE,
|
|
|
1eb31d |
+ .no_path_retry = NO_PATH_RETRY_QUEUE,
|
|
|
1eb31d |
+ .checker_name = TUR,
|
|
|
1eb31d |
+ .prio_name = PRIO_ALUA,
|
|
|
1eb31d |
+ .prio_args = NULL,
|
|
|
1eb31d |
+ },
|
|
|
1eb31d |
/*
|
|
|
1eb31d |
* EOL
|
|
|
1eb31d |
*/
|