From: Harald Hoyer Date: Wed, 13 May 2015 10:31:07 +0000 (+0200) Subject: dmraid/dmraid.sh: call udevsettle after activating all raids X-Git-Tag: 042~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=50f8ae457c9c59a763dfe78ab442982c02cd4023;p=thirdparty%2Fdracut.git dmraid/dmraid.sh: call udevsettle after activating all raids otherwise a uevent loop will happen and the initqueue main loop counter will not be incremented --- diff --git a/modules.d/90dmraid/dmraid.sh b/modules.d/90dmraid/dmraid.sh index 6ce036bca..3dcff38a4 100755 --- a/modules.d/90dmraid/dmraid.sh +++ b/modules.d/90dmraid/dmraid.sh @@ -37,6 +37,7 @@ if [ -n "$DM_RAIDS" ] || getargbool 0 rd.auto; then info "Activating $s" dmraid -ay -i -p --rm_partitions "$s" 2>&1 | vinfo [ -e "/dev/mapper/$s" ] && kpartx -a "/dev/mapper/$s" 2>&1 | vinfo + udevsettle done fi