You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1006 B
31 lines
1006 B
--- |
|
libmultipath/hwtable.c | 2 ++ |
|
multipath.conf.defaults | 2 ++ |
|
2 files changed, 4 insertions(+) |
|
|
|
Index: multipath-tools-130222/libmultipath/hwtable.c |
|
=================================================================== |
|
--- multipath-tools-130222.orig/libmultipath/hwtable.c |
|
+++ multipath-tools-130222/libmultipath/hwtable.c |
|
@@ -272,6 +272,8 @@ static struct hwentry default_hw[] = { |
|
.checker_name = EMC_CLARIION, |
|
.prio_name = PRIO_EMC, |
|
.prio_args = NULL, |
|
+ .retain_hwhandler = RETAIN_HWHANDLER_ON, |
|
+ .detect_prio = DETECT_PRIO_ON, |
|
}, |
|
{ |
|
.vendor = "EMC", |
|
Index: multipath-tools-130222/multipath.conf.defaults |
|
=================================================================== |
|
--- multipath-tools-130222.orig/multipath.conf.defaults |
|
+++ multipath-tools-130222/multipath.conf.defaults |
|
@@ -261,6 +261,8 @@ |
|
# failback immediate |
|
# rr_weight "uniform" |
|
# no_path_retry 60 |
|
+# retain_attached_hw_handler yes |
|
+# detect_prio yes |
|
# } |
|
# device { |
|
# vendor "EMC"
|
|
|