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

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