Blame SOURCES/0117-RHBZ-1198424-autodetect-clariion-alua.patch

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