summaryrefslogtreecommitdiffstats
path: root/0174-RHBZ-1362396-modprobe.patch
diff options
context:
space:
mode:
Diffstat (limited to '0174-RHBZ-1362396-modprobe.patch')
-rw-r--r--0174-RHBZ-1362396-modprobe.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/0174-RHBZ-1362396-modprobe.patch b/0174-RHBZ-1362396-modprobe.patch
new file mode 100644
index 0000000..509510c
--- /dev/null
+++ b/0174-RHBZ-1362396-modprobe.patch
@@ -0,0 +1,16 @@
+---
+ multipathd/multipathd.init.redhat | 1 +
+ 1 file changed, 1 insertion(+)
+
+Index: multipath-tools-130222/multipathd/multipathd.init.redhat
+===================================================================
+--- multipath-tools-130222.orig/multipathd/multipathd.init.redhat
++++ multipath-tools-130222/multipathd/multipathd.init.redhat
+@@ -67,6 +67,7 @@ popd > /dev/null
+ start() {
+ test -x $DAEMON || exit 5
+ echo -n $"Starting $prog daemon: "
++ modprobe dm-multipath >/dev/null 2>&1
+ daemon $DAEMON
+ RETVAL=$?
+ [ $RETVAL -eq 0 ] && touch $lockdir/$prog