diff mbox

multipath-tools ./multipath.conf.defaults libm ...

Message ID 20100809183822.11463.qmail@sourceware.org (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

bmarzins@sourceware.org Aug. 9, 2010, 6:38 p.m. UTC
None
diff mbox

Patch

--- multipath-tools/multipath.conf.defaults	2010/02/10 04:11:18	1.5.4.20
+++ multipath-tools/multipath.conf.defaults	2010/08/09 18:38:21	1.5.4.21
@@ -233,9 +233,10 @@ 
 #		features		"0"
 #		hardware_handler	"0"
 #               path_grouping_policy    multibus
+#		no_path_retry		6
 #		rr_weight		uniform
 #		rr_min_io		1000
-#		path_checker		readsector0
+#		path_checker		tur
 #       }
 #      device {
 #               vendor                  "EMC"
--- multipath-tools/libmultipath/hwtable.c	2010/02/10 04:11:18	1.20.2.27
+++ multipath-tools/libmultipath/hwtable.c	2010/08/09 18:38:21	1.20.2.28
@@ -223,9 +223,9 @@ 
 		.pgpolicy      = MULTIBUS,
 		.pgfailback    = FAILBACK_UNDEF,
 		.rr_weight     = RR_WEIGHT_NONE,
-		.no_path_retry = NO_PATH_RETRY_UNDEF,
+		.no_path_retry = 6,
 		.minio         = DEFAULT_MINIO,
-		.checker_name  = READSECTOR0,
+		.checker_name  = TUR,
 	},
 	{
 		.vendor        = "DGC",