From: Hannes Reinecke <hare@xxxxxxx> 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@xxxxxxx> Signed-off-by: Thomas Renninger <trenn@xxxxxxx> --- modules.d/90multipath/module-setup.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules.d/90multipath/module-setup.sh b/modules.d/90multipath/module-setup.sh index c86c5d9..3c2e3a9 100755 --- a/modules.d/90multipath/module-setup.sh +++ b/modules.d/90multipath/module-setup.sh @@ -100,6 +100,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 } -- 1.8.5.2 -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html