90multipath: install correct multipath rules

The multipath and kpartx rules have different numbers in SUSE.

The 11-dm-mpath.rules file had been missing, causing
blacklisting to not work properly.

References: bnc#873151, bnc#872662, bnc#883149

Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Thomas Renninger <trenn@suse.de>
master
Hannes Reinecke 2014-12-11 15:45:56 +01:00 committed by Harald Hoyer
parent 15eed1e4f1
commit 8f4ee8c71b
1 changed files with 4 additions and 1 deletions

View File

@ -114,6 +114,9 @@ install() {

inst_hook cleanup 80 "$moddir/multipathd-needshutdown.sh"

inst_rules 40-multipath.rules 62-multipath.rules 65-multipath.rules 66-kpartx.rules
inst_rules 40-multipath.rules 56-multipath.rules \
62-multipath.rules 65-multipath.rules \
66-kpartx.rules 67-kpartx-compat.rules \
11-dm-mpath.rules
}