-Workaround to tolerate SANs that seem to hang the storage drivers on load on ocassion

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1189 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-04-24 17:41:53 +00:00
parent 49984f20b1
commit 48850f4df8

View File

@ -63,7 +63,7 @@ do
scsi|raid)
echo "Found ($MOD) $DESC"
GOTHBA=1
modprobe $MOD
modprobe $MOD & #We background so that messed up SANs don't stop shell
modprobe sd_mod
modprobe scsi_mod
hba=$(($hba + 1))