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

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