summaryrefslogtreecommitdiffstats
path: root/0036-RHBZ-949239-load-multipath-module.patch
blob: 04a6f684cfac1ca3818e3227b2150b58dd1a90e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
 multipathd/multipathd.service |    1 +
 1 file changed, 1 insertion(+)

Index: multipath-tools-130222/multipathd/multipathd.service
===================================================================
--- multipath-tools-130222.orig/multipathd/multipathd.service
+++ multipath-tools-130222/multipathd/multipathd.service
@@ -10,6 +10,7 @@ Conflicts=shutdown.target
 [Service]
 Type=forking
 PIDFile=/var/run/multipathd.pid
+ExecStartPre=/sbin/modprobe dm-multipath
 ExecStart=/sbin/multipathd
 ExecReload=/sbin/multipathd reconfigure
 #ExecStop=/path/to/scrip delete-me if not necessary