From: craig Date: Thu, 15 Oct 2009 21:23:09 +0000 (+0200) Subject: Let iSCSId settle after iscsistart X-Git-Tag: v3.4.10.907~5^2~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=88ac383f611d671e734f69c00f052e02725314ec;p=genkernel.git Let iSCSId settle after iscsistart --- diff --git a/ChangeLog b/ChangeLog index 43d2c11..756be77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,9 @@ # Distributed under the GPL v2 # $Id$ + 15 Oct 2009; Changelog: + added iSCSI support + 22 Sep 2009; ChangeLog: modified the libaio search so it'll actually work, cause I'm a dork diff --git a/defaults/linuxrc b/defaults/linuxrc index 8ff1b6d..d9b9c24 100755 --- a/defaults/linuxrc +++ b/defaults/linuxrc @@ -292,6 +292,9 @@ start_dev_mgr # Start iSCSI startiscsi +# let iscsid settle - otherwise mounting the iSCSI-disk will fail (very rarely, though) +sleep 1 + # Setup md device nodes if they dont exist setup_md_device