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

bmarzins at sourceware.org bmarzins at sourceware.org
Thu Sep 6 16:21:39 UTC 2007


CVSROOT:	/cvs/dm
Module name:	multipath-tools
Branch: 	RHEL5_FC6
Changes by:	bmarzins at sourceware.org	2007-09-06 16:21:38

Modified files:
	libmultipath   : hwtable.c 

Log message:
	Changed the default checker function for NETAPP devices from readsector0 to
	directio.
	Resolves: bz #247443

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.6&r2=1.20.2.7

--- multipath-tools/libmultipath/hwtable.c	2007/08/16 16:30:11	1.20.2.6
+++ multipath-tools/libmultipath/hwtable.c	2007/09/06 16:21:38	1.20.2.7
@@ -403,7 +403,7 @@
 		.rr_weight     = RR_WEIGHT_NONE,
 		.no_path_retry = NO_PATH_RETRY_UNDEF,
 		.minio         = 128,
-		.checker_name  = READSECTOR0,
+		.checker_name  = DIRECTIO,
 	},
  	/*
 	 * IBM NSeries (NETAPP) controller family




More information about the dm-devel mailing list