[dm-devel] multipath-tools/libmultipath hwtable.c

bmarzins at sourceware.org bmarzins at sourceware.org
Wed Jan 2 23:38:44 UTC 2008


CVSROOT:	/cvs/dm
Module name:	multipath-tools
Branch: 	RHEL5_FC6
Changes by:	bmarzins at sourceware.org	2008-01-02 23:38:43

Modified files:
	libmultipath   : hwtable.c 

Log message:
	Use the hp_sw hardware handler. Fixes bz #226791

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/libmultipath/hwtable.c.diff?cvsroot=dm&only_with_tag=RHEL5_FC6&r1=1.20.2.9&r2=1.20.2.10

--- multipath-tools/libmultipath/hwtable.c	2007/10/29 20:03:08	1.20.2.9
+++ multipath-tools/libmultipath/hwtable.c	2008/01/02 23:38:43	1.20.2.10
@@ -76,7 +76,7 @@
 	},
 	{
 		.vendor        = "(COMPAQ|HP)",
-		.product       = "MSA1.*",
+		.product       = "(MSA|HSV)1.*",
 		.getuid        = DEFAULT_GETUID,
 		.getprio       = NULL,
 		.features      = DEFAULT_FEATURES,
@@ -91,7 +91,7 @@
 	},
 	{
 		.vendor        = "(COMPAQ|HP)",
-		.product       = "HSV(1|2).*",
+		.product       = "HSV2.*",
 		.getuid        = DEFAULT_GETUID,
 		.getprio       = "/sbin/mpath_prio_alua %n",
 		.features      = DEFAULT_FEATURES,




More information about the dm-devel mailing list