Blame SOURCES/0117-RHBZ-1198424-autodetect-clariion-alua.patch
|
|
38852f |
---
|
|
|
38852f |
libmultipath/hwtable.c | 2 ++
|
|
|
38852f |
multipath.conf.defaults | 2 ++
|
|
|
38852f |
2 files changed, 4 insertions(+)
|
|
|
38852f |
|
|
|
38852f |
Index: multipath-tools-130222/libmultipath/hwtable.c
|
|
|
38852f |
===================================================================
|
|
|
38852f |
--- multipath-tools-130222.orig/libmultipath/hwtable.c
|
|
|
38852f |
+++ multipath-tools-130222/libmultipath/hwtable.c
|
|
|
38852f |
@@ -272,6 +272,8 @@ static struct hwentry default_hw[] = {
|
|
|
38852f |
.checker_name = EMC_CLARIION,
|
|
|
38852f |
.prio_name = PRIO_EMC,
|
|
|
38852f |
.prio_args = NULL,
|
|
|
38852f |
+ .retain_hwhandler = RETAIN_HWHANDLER_ON,
|
|
|
38852f |
+ .detect_prio = DETECT_PRIO_ON,
|
|
|
38852f |
},
|
|
|
38852f |
{
|
|
|
38852f |
.vendor = "EMC",
|
|
|
38852f |
Index: multipath-tools-130222/multipath.conf.defaults
|
|
|
38852f |
===================================================================
|
|
|
38852f |
--- multipath-tools-130222.orig/multipath.conf.defaults
|
|
|
38852f |
+++ multipath-tools-130222/multipath.conf.defaults
|
|
|
38852f |
@@ -261,6 +261,8 @@
|
|
|
38852f |
# failback immediate
|
|
|
38852f |
# rr_weight "uniform"
|
|
|
38852f |
# no_path_retry 60
|
|
|
38852f |
+# retain_attached_hw_handler yes
|
|
|
38852f |
+# detect_prio yes
|
|
|
38852f |
# }
|
|
|
38852f |
# device {
|
|
|
38852f |
# vendor "EMC"
|