[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[dm-devel] multipath-tools/libmultipath hwtable.c
- From: bmarzins sourceware org
- To: dm-cvs sourceware org, dm-devel redhat com
- Cc:
- Subject: [dm-devel] multipath-tools/libmultipath hwtable.c
- Date: 15 May 2007 16:42:27 -0000
CVSROOT: /cvs/dm
Module name: multipath-tools
Branch: RHEL4_FC5
Changes by: bmarzins sourceware org 2007-05-15 16:42:27
Modified files:
libmultipath : hwtable.c
Log message:
Fix for bz #240075. prioritizer typo fixed.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/libmultipath/hwtable.c.diff?cvsroot=dm&only_with_tag=RHEL4_FC5&r1=1.16.2.10&r2=1.16.2.11
--- multipath-tools/libmultipath/hwtable.c 2007/05/07 17:59:46 1.16.2.10
+++ multipath-tools/libmultipath/hwtable.c 2007/05/15 16:42:26 1.16.2.11
@@ -86,7 +86,7 @@
r += store_hwe_ext(hw, "SGI", "TP9500", FAILOVER, DEFAULT_GETUID,
NULL, "0", "0", "tur", FAILBACK_UNDEF, NULL, 0, 0, 0);
r += store_hwe_ext(hw, "HITACHI", "DF*", GROUP_BY_PRIO,
- DEFAULT_GETUID, "/sbin/mpath/prio_hds_modular %d", "0", "0",
+ DEFAULT_GETUID, "/sbin/mpath_prio_hds_modular %d", "0", "0",
"readsector0", -FAILBACK_IMMEDIATE, NULL, 0, 0, 0);
return r;
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]