summaryrefslogtreecommitdiffstats
path: root/0001-RH-dont_start_with_no_config.patch
diff options
context:
space:
mode:
authorBenjamin Marzinski <bmarzins@redhat.com>2012-08-21 12:55:08 -0400
committerBenjamin Marzinski <bmarzins@redhat.com>2012-08-21 12:55:08 -0400
commit91d375be4a9702d236bb378b51ebe09948b12c32 (patch)
treee1e38239c56645d6bba9fe185a930a244c89df94 /0001-RH-dont_start_with_no_config.patch
parent818d15ca06ff18cfa74eb124fd7979b4b443d91e (diff)
downloaddevice-mapper-multipath-91d375be4a9702d236bb378b51ebe09948b12c32.tar.gz
device-mapper-multipath-91d375be4a9702d236bb378b51ebe09948b12c32.tar.xz
device-mapper-multipath-91d375be4a9702d236bb378b51ebe09948b12c32.zip
device-mapper-multipath-0.4.9-29
- Updated to latest upstrem 0.4.9 code: multipath-tools-120821.tgz (git commit id: 050b24b33d3c60e29f7820d2fb75e84a9edde528) * includes 0001-RH-remove_callout.patch, 0002-RH-add-wwids-file.patch, 0003-RH-add-followover.patch, 0004-RH-fix-cciss-names.patch - Add 0013-RH-kpartx-msg.patch - Modify 0002-RH-multipath.rules.patch * removed socket call from rules file
Diffstat (limited to '0001-RH-dont_start_with_no_config.patch')
-rw-r--r--0001-RH-dont_start_with_no_config.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/0001-RH-dont_start_with_no_config.patch b/0001-RH-dont_start_with_no_config.patch
new file mode 100644
index 0000000..7efd925
--- /dev/null
+++ b/0001-RH-dont_start_with_no_config.patch
@@ -0,0 +1,16 @@
+---
+ multipathd/multipathd.service | 1 +
+ 1 file changed, 1 insertion(+)
+
+Index: multipath-tools-110916/multipathd/multipathd.service
+===================================================================
+--- multipath-tools-110916.orig/multipathd/multipathd.service
++++ multipath-tools-110916/multipathd/multipathd.service
+@@ -2,6 +2,7 @@
+ Description=Device-Mapper Multipath Device Controller
+ Before=iscsi.service iscsid.service
+ After=syslog.target
++ConditionPathExists=/etc/multipath.conf
+
+ [Service]
+ Type=forking