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

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