diff mbox

multipath-tools ./multipath.conf.defaults libm ...

Message ID 20100921180605.19410.qmail@sourceware.org (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

bmarzins@sourceware.org Sept. 21, 2010, 6:06 p.m. UTC
None
diff mbox

Patch

--- multipath-tools/multipath.conf.defaults	2010/09/14 19:42:37	1.5.4.26
+++ multipath-tools/multipath.conf.defaults	2010/09/21 18:06:04	1.5.4.27
@@ -670,4 +670,15 @@ 
 #		rr_min_io		1000
 #		path_checker		directio
 #	}
+#	device {
+#		vendor			"EUROLOGC"
+#		product			"FC2502"
+#		getuid_callout		"/sbin/scsi_id -p 0x80 -g -u -s /block/%n"
+#		features		"0"
+#		hardware_handler	"0"
+#               path_grouping_policy    multibus
+#		rr_weight		uniform
+#		rr_min_io		1000
+#		path_checker		readsector0
+#	}
 #}
--- multipath-tools/libmultipath/hwtable.c	2010/09/14 19:42:37	1.20.2.32
+++ multipath-tools/libmultipath/hwtable.c	2010/09/21 18:06:05	1.20.2.33
@@ -983,6 +983,27 @@ 
 		.checker_name  = DIRECTIO,
 	},
 	/*
+	 * EUROLOGC devices
+	 *
+	 * Maintainer : Benjamin Marzinski
+	 * Mail : bmarzins@redhat.com
+	 */
+	{
+		.vendor        = "EUROLOGC",
+		.product       = "FC2502",
+		.getuid        = "/sbin/scsi_id -p 0x80 -g -u -s /block/%n",
+		.getprio       = NULL,
+		.features      = DEFAULT_FEATURES,
+		.hwhandler     = DEFAULT_HWHANDLER,
+		.selector      = DEFAULT_SELECTOR,
+		.pgpolicy      = MULTIBUS,
+		.pgfailback    = FAILBACK_UNDEF,
+		.rr_weight     = RR_WEIGHT_NONE,
+		.no_path_retry = NO_PATH_RETRY_UNDEF,
+		.minio         = DEFAULT_MINIO,
+		.checker_name  = DEFAULT_CHECKER,
+	},
+	/*
 	 * EOL
 	 */
 	{