forked from pool/multipath-tools
27 lines
852 B
Plaintext
27 lines
852 B
Plaintext
|
Subject: Add device-handler modules to mkinitrd script
|
||
|
From: Hannes Reinecke <hare@suse.de>
|
||
|
Date: Mon Oct 27 14:39:59 2008 +0100:
|
||
|
Git: 9ac06d484adb369c1848f5793cf36ab681899ef7
|
||
|
|
||
|
The mkinitrd boot script still tries to include the obsolete
|
||
|
device-mapper hardware handler modules. Update it to include
|
||
|
the SCSI device-handler modules.
|
||
|
|
||
|
References: 431877
|
||
|
|
||
|
Signed-off-by: Hannes Reinecke <hare@suse.de>
|
||
|
|
||
|
diff --git a/multipath/boot-multipath.sh b/multipath/boot-multipath.sh
|
||
|
index a946785..ae11a26 100755
|
||
|
--- a/multipath/boot-multipath.sh
|
||
|
+++ b/multipath/boot-multipath.sh
|
||
|
@@ -4,7 +4,7 @@
|
||
|
#%provides: dmroot
|
||
|
#%programs: /sbin/multipath /lib/multipath/*
|
||
|
#%if: "$root_mpath"
|
||
|
-#%modules: dm-multipath dm-round-robin dm-emc dm-hp_sw dm-rdac
|
||
|
+#%modules: dm-multipath dm-round-robin scsi-dh-emc scsi-dh-hp_sw scsi-dh-rdac scsi-dh-alua
|
||
|
#
|
||
|
##### Multipath
|
||
|
##
|