f20720
---
f20720
 multipathd/multipathd.init.redhat |    1 +
f20720
 1 file changed, 1 insertion(+)
f20720
f20720
Index: multipath-tools-130222/multipathd/multipathd.init.redhat
f20720
===================================================================
f20720
--- multipath-tools-130222.orig/multipathd/multipathd.init.redhat
f20720
+++ multipath-tools-130222/multipathd/multipathd.init.redhat
f20720
@@ -67,6 +67,7 @@ popd > /dev/null
f20720
 start() {
f20720
 	test -x $DAEMON || exit 5
f20720
 	echo -n $"Starting $prog daemon: "
f20720
+	modprobe dm-multipath >/dev/null 2>&1
f20720
 	daemon $DAEMON
f20720
 	RETVAL=$?
f20720
 	[ $RETVAL -eq 0 ] && touch $lockdir/$prog