Blame SOURCES/0021-RHBZ-919119-respect-kernel-cmdline.patch

671555
---
671555
 multipath/multipath.rules     |    2 ++
671555
 multipathd/multipathd.service |    1 +
671555
 2 files changed, 3 insertions(+)
671555
671555
Index: multipath-tools-130222/multipath/multipath.rules
671555
===================================================================
671555
--- multipath-tools-130222.orig/multipath/multipath.rules
671555
+++ multipath-tools-130222/multipath/multipath.rules
671555
@@ -2,6 +2,8 @@
671555
 # so name them after their devmap name
671555
 SUBSYSTEM!="block", GOTO="end_mpath"
671555
 
671555
+IMPORT{cmdline}="nompath"
671555
+ENV{nompath}=="?*", GOTO="end_mpath"
671555
 ENV{MPATH_SBIN_PATH}="/sbin"
671555
 TEST!="$env{MPATH_SBIN_PATH}/multipath", ENV{MPATH_SBIN_PATH}="/usr/sbin"
671555
 
671555
Index: multipath-tools-130222/multipathd/multipathd.service
671555
===================================================================
671555
--- multipath-tools-130222.orig/multipathd/multipathd.service
671555
+++ multipath-tools-130222/multipathd/multipathd.service
671555
@@ -3,6 +3,7 @@ Description=Device-Mapper Multipath Devi
671555
 Before=iscsi.service iscsid.service lvm2-activation-early.service
671555
 After=syslog.target
671555
 ConditionPathExists=/etc/multipath.conf
671555
+ConditionKernelCommandLine=!nompath
671555
 DefaultDependencies=no
671555
 Conflicts=shutdown.target
671555