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
parent
15eed1e4f1
commit
8f4ee8c71b
|
@ -114,6 +114,9 @@ install() {
|
||||||
|
|
||||||
inst_hook cleanup 80 "$moddir/multipathd-needshutdown.sh"
|
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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue