Blame SOURCES/0174-RHBZ-1362396-modprobe.patch

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