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

bmarzins at sourceware.org bmarzins at sourceware.org
Fri Jan 21 16:57:45 UTC 2011


CVSROOT:	/cvs/dm
Module name:	multipath-tools
Branch: 	RHEL4_FC5
Changes by:	bmarzins at sourceware.org	2011-01-21 16:57:44

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

Log message:
	Remove old config entry, and update multipath.conf.defaults

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/multipath.conf.defaults.diff?cvsroot=dm&only_with_tag=RHEL4_FC5&r1=1.5.2.13&r2=1.5.2.14
http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/libmultipath/hwtable.c.diff?cvsroot=dm&only_with_tag=RHEL4_FC5&r1=1.16.2.18&r2=1.16.2.19

--- multipath-tools/multipath.conf.defaults	2009/09/11 15:19:50	1.5.2.13
+++ multipath-tools/multipath.conf.defaults	2011/01/21 16:57:43	1.5.2.14
@@ -87,9 +87,9 @@
 #               vendor                  "HP"
 #               product                 "HSVX700"
 #               path_grouping_policy    group_by_prio
-#               prio_callout            "/sbin/mpath_prio_alua /dev/%n"
-#		hardware_handler	"1 alua"
-#               path_checker            tur
+#               prio_callout            "/sbin/mpath_prio_hp_sw /dev/%n"
+#		hardware_handler	"0"
+#               path_checker            hp_sw
 #		failback		immediate
 #               no_path_retry           12
 #		rr_min_io		100
--- multipath-tools/libmultipath/hwtable.c	2010/10/27 18:55:55	1.16.2.18
+++ multipath-tools/libmultipath/hwtable.c	2011/01/21 16:57:44	1.16.2.19
@@ -54,10 +54,6 @@
 			   GROUP_BY_PRIO, DEFAULT_GETUID,
 			   "/sbin/mpath_prio_alua /dev/%n", "0", "0", "tur",
 			   -FAILBACK_IMMEDIATE, NULL, 18, 0, 100);
-        r += store_hwe_ext(hw, "HP", "HSVX700",
-			   GROUP_BY_PRIO, DEFAULT_GETUID,
-			   "/sbin/mpath_prio_alua /dev/%n", "1 alua", "0",
-			   "tur", -FAILBACK_IMMEDIATE, NULL, 12, 0, 100);
 	r += store_hwe_ext(hw, "HP", "MSA2000s*", MULTIBUS, "/sbin/cciss_id %n",
 	                   NULL, "0", "0", "cciss_tur", FAILBACK_UNDEF, NULL,
 	                   12, 0, 0);




More information about the dm-devel mailing list