diff mbox

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

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

Commit Message

bmarzins@sourceware.org Sept. 14, 2010, 7:42 p.m. UTC
None
diff mbox

Patch

--- multipath-tools/multipath.conf.defaults	2010/09/03 22:23:22	1.5.4.25
+++ multipath-tools/multipath.conf.defaults	2010/09/14 19:42:37	1.5.4.26
@@ -89,7 +89,6 @@ 
 #		vendor			"HP"
 #		product			"MSA2[02]12fc|MSA2012i"
 #		getuid_callout		"/sbin/scsi_id -g -u -s /block/%n"
-#		prio_callout		"/bin/true"    
 #		features		"0"
 #		hardware_handler	"0"
 #		path_grouping_policy	multibus 
--- multipath-tools/libmultipath/hwtable.c	2010/09/03 03:46:12	1.20.2.31
+++ multipath-tools/libmultipath/hwtable.c	2010/09/14 19:42:37	1.20.2.32
@@ -127,7 +127,7 @@ 
 		.vendor        = "HP",
 		.product       = "MSA2[02]12fc|MSA2012i",
 		.getuid        = DEFAULT_GETUID,
-		.getprio       = "/bin/true",
+		.getprio       = NULL,
 		.features      = DEFAULT_FEATURES,
 		.hwhandler     = DEFAULT_HWHANDLER,
 		.selector      = DEFAULT_SELECTOR,