31 lines
958 B
Diff
31 lines
958 B
Diff
|
From 8997862e7a72ee3322bc17002e321ec1969c1260 Mon Sep 17 00:00:00 2001
|
||
|
From: Hannes Reinecke <hare@suse.de>
|
||
|
Date: Wed, 28 Sep 2016 15:29:52 +0200
|
||
|
Subject: [PATCH] 90multipath: parse kernel commandline option 'multipath=off'
|
||
|
|
||
|
SLES11 provided a kernel commandline option 'multipath=off',
|
||
|
so dracut should be parsing the option, too.
|
||
|
|
||
|
References: bsc#1001691
|
||
|
|
||
|
Signed-off-by: Hannes Reinecke <hare@suse.com>
|
||
|
---
|
||
|
modules.d/90multipath/multipathd.service | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/modules.d/90multipath/multipathd.service b/modules.d/90multipath/multipathd.service
|
||
|
index 0f11bd5..ab42740 100644
|
||
|
--- a/modules.d/90multipath/multipathd.service
|
||
|
+++ b/modules.d/90multipath/multipathd.service
|
||
|
@@ -8,6 +8,7 @@ Conflicts=shutdown.target
|
||
|
ConditionKernelCommandLine=!nompath
|
||
|
ConditionKernelCommandLine=!rd.multipath=0
|
||
|
ConditionKernelCommandLine=!rd_NO_MULTIPATH
|
||
|
+ConditionKernelCommandLine=!multipath=off
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
--
|
||
|
2.6.6
|
||
|
|