|
Harald Hoyer |
b94732 |
From 8f4ee8c71b05948c1b65f7cde49c0a4236d91f03 Mon Sep 17 00:00:00 2001
|
|
Harald Hoyer |
b94732 |
From: Hannes Reinecke <hare@suse.de>
|
|
Harald Hoyer |
b94732 |
Date: Thu, 11 Dec 2014 15:45:56 +0100
|
|
Harald Hoyer |
b94732 |
Subject: [PATCH] 90multipath: install correct multipath rules
|
|
Harald Hoyer |
b94732 |
|
|
Harald Hoyer |
b94732 |
The multipath and kpartx rules have different numbers in SUSE.
|
|
Harald Hoyer |
b94732 |
|
|
Harald Hoyer |
b94732 |
The 11-dm-mpath.rules file had been missing, causing
|
|
Harald Hoyer |
b94732 |
blacklisting to not work properly.
|
|
Harald Hoyer |
b94732 |
|
|
Harald Hoyer |
b94732 |
References: bnc#873151, bnc#872662, bnc#883149
|
|
Harald Hoyer |
b94732 |
|
|
Harald Hoyer |
b94732 |
Signed-off-by: Hannes Reinecke <hare@suse.de>
|
|
Harald Hoyer |
b94732 |
Signed-off-by: Thomas Renninger <trenn@suse.de>
|
|
Harald Hoyer |
b94732 |
---
|
|
Harald Hoyer |
b94732 |
modules.d/90multipath/module-setup.sh | 5 ++++-
|
|
Harald Hoyer |
b94732 |
1 file changed, 4 insertions(+), 1 deletion(-)
|
|
Harald Hoyer |
b94732 |
|
|
Harald Hoyer |
b94732 |
diff --git a/modules.d/90multipath/module-setup.sh b/modules.d/90multipath/module-setup.sh
|
|
Harald Hoyer |
b94732 |
index a8700f4..0f88f82 100755
|
|
Harald Hoyer |
b94732 |
--- a/modules.d/90multipath/module-setup.sh
|
|
Harald Hoyer |
b94732 |
+++ b/modules.d/90multipath/module-setup.sh
|
|
Harald Hoyer |
b94732 |
@@ -114,6 +114,9 @@ install() {
|
|
Harald Hoyer |
b94732 |
|
|
Harald Hoyer |
b94732 |
inst_hook cleanup 80 "$moddir/multipathd-needshutdown.sh"
|
|
Harald Hoyer |
b94732 |
|
|
Harald Hoyer |
b94732 |
- inst_rules 40-multipath.rules 62-multipath.rules 65-multipath.rules 66-kpartx.rules
|
|
Harald Hoyer |
b94732 |
+ inst_rules 40-multipath.rules 56-multipath.rules \
|
|
Harald Hoyer |
b94732 |
+ 62-multipath.rules 65-multipath.rules \
|
|
Harald Hoyer |
b94732 |
+ 66-kpartx.rules 67-kpartx-compat.rules \
|
|
Harald Hoyer |
b94732 |
+ 11-dm-mpath.rules
|
|
Harald Hoyer |
b94732 |
}
|
|
Harald Hoyer |
b94732 |
|