[dm-devel] multipath-tools ./multipath.conf.defaults libm ...

bmarzins at sourceware.org bmarzins at sourceware.org
Sat Jul 12 17:36:58 UTC 2008


CVSROOT:	/cvs/dm
Module name:	multipath-tools
Branch: 	RHEL5_FC6
Changes by:	bmarzins at sourceware.org	2008-07-12 17:36:57

Modified files:
	.              : multipath.conf.defaults 
	libmultipath   : hwtable.c 

Log message:
	Fix bz #446223. Added default configuration for DASD FBA devices.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/multipath.conf.defaults.diff?cvsroot=dm&only_with_tag=RHEL5_FC6&r1=1.5.4.11&r2=1.5.4.12
http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/libmultipath/hwtable.c.diff?cvsroot=dm&only_with_tag=RHEL5_FC6&r1=1.20.2.13&r2=1.20.2.14

--- multipath-tools/multipath.conf.defaults	2008/07/12 02:44:14	1.5.4.11
+++ multipath-tools/multipath.conf.defaults	2008/07/12 17:36:56	1.5.4.12
@@ -313,6 +313,18 @@
 #               path_checker            directio
 #	}
 #	device {
+#		vendor			"IBM"
+#		product			"S/390 DASD FBA"
+#		product_blacklist	S/390.*"
+#		getuid_callout		"sbin/dasd_id /dev/%n"
+#		features		"0"
+#		hardware_handler	"0"
+#		path_grouping_policy	multibus
+#		rr_weight		uniform
+#		rr_min_io		1000
+#		path_checker		directio
+#	}
+#	device {
 #		vendor			"NETAPP"
 #		product			"LUN"
 #		getuid_callout          "/sbin/scsi_id -g -u -s /block/%n"
--- multipath-tools/libmultipath/hwtable.c	2008/07/12 02:44:14	1.20.2.13
+++ multipath-tools/libmultipath/hwtable.c	2008/07/12 17:36:56	1.20.2.14
@@ -418,6 +418,23 @@
 		.minio         = DEFAULT_MINIO,
 		.checker_name  = DIRECTIO,
 	},
+	{
+		/* IBM S/390 FBA DASD */
+		.vendor        = "IBM",
+		.product       = "S/390 DASD FBA",
+		.bl_product    = "S/390.*",
+		.getuid        = "/sbin/dasd_id /dev/%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  = DIRECTIO,
+	},
  	/*
 	 * NETAPP controller family
 	 *




More information about the dm-devel mailing list