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

bmarzins at sourceware.org bmarzins at sourceware.org
Tue Jan 26 05:50:45 UTC 2010


CVSROOT:	/cvs/dm
Module name:	multipath-tools
Branch: 	RHEL5_FC6
Changes by:	bmarzins at sourceware.org	2010-01-26 05:50:45

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

Log message:
	Fix for bz #545822
	Add hwentry for EMC Invista

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.18&r2=1.5.4.19
http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/libmultipath/hwtable.c.diff?cvsroot=dm&only_with_tag=RHEL5_FC6&r1=1.20.2.25&r2=1.20.2.26

--- multipath-tools/multipath.conf.defaults	2009/12/02 19:15:28	1.5.4.18
+++ multipath-tools/multipath.conf.defaults	2010/01/26 05:50:44	1.5.4.19
@@ -237,6 +237,20 @@
 #		rr_min_io		1000
 #		path_checker		readsector0
 #       }
+#      device {
+#               vendor                  "EMC"
+#               product                 "Invista"
+#               product_blacklist       "LUNZ"
+#		getuid_callout		"/sbin/scsi_id -g -u -s /block/%n"
+#               features                "0"
+#               hardware_handler        "0"
+#               path_selector           "round-robin 0"
+#               path_grouping_policy    failover
+#               rr_weight               uniform
+#               no_path_retry           5
+#               rr_min_io               1000
+#               path_checker            tur
+#      }
 #       device {
 #               vendor                  "FSC"
 #               product                 "CentricStor"
--- multipath-tools/libmultipath/hwtable.c	2009/12/02 19:15:28	1.20.2.25
+++ multipath-tools/libmultipath/hwtable.c	2010/01/26 05:50:45	1.20.2.26
@@ -300,6 +300,22 @@
 		.minio         = DEFAULT_MINIO,
 		.checker_name  = READSECTOR0,
 	},
+	{
+		.vendor        = "EMC",
+		.product       = "Invista",
+		.bl_product    = "LUNZ",
+		.getuid        = DEFAULT_GETUID,
+		.getprio       = NULL,
+		.features      = DEFAULT_FEATURES,
+		.hwhandler     = DEFAULT_HWHANDLER,
+		.selector      = DEFAULT_SELECTOR,
+		.pgpolicy      = FAILOVER,
+		.pgfailback    = FAILBACK_UNDEF,
+		.rr_weight     = RR_WEIGHT_NONE,
+		.no_path_retry = 5,
+		.minio         = DEFAULT_MINIO,
+		.checker_name  = TUR,
+	},
 	/*
 	 * IBM controller family
 	 *




More information about the dm-devel mailing list