Blame SOURCES/0192-RHBZ-1362409-infinibox-config.patch

4728c8
---
4728c8
 libmultipath/hwtable.c |   19 +++++++++++++++++++
4728c8
 1 file changed, 19 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
@@ -1168,6 +1168,25 @@ static struct hwentry default_hw[] = {
4728c8
 		.prio_name     = PRIO_ALUA,
4728c8
 		.prio_args     = NULL,
4728c8
 	},
4728c8
+	/*
4728c8
+	 * Infinidat
4728c8
+	*/
4728c8
+	{
4728c8
+		.vendor        = "NFINIDAT",
4728c8
+		.product       = "InfiniBox.*",
4728c8
+		.features      = DEFAULT_FEATURES,
4728c8
+		.hwhandler     = DEFAULT_HWHANDLER,
4728c8
+		.pgpolicy      = GROUP_BY_PRIO,
4728c8
+		.pgfailback    = 30,
4728c8
+		.rr_weight     = RR_WEIGHT_PRIO,
4728c8
+		.no_path_retry = NO_PATH_RETRY_FAIL,
4728c8
+		.checker_name  = TUR,
4728c8
+		.prio_name     = PRIO_ALUA,
4728c8
+		.prio_args     = NULL,
4728c8
+		.selector      = "round-robin 0",
4728c8
+		.flush_on_last_del = FLUSH_ENABLED,
4728c8
+		.dev_loss      = 30,
4728c8
+	},
4728c8
 	{
4728c8
 		.vendor        = "XtremIO",
4728c8
 		.product       = "XtremApp",