From 50f8ae457c9c59a763dfe78ab442982c02cd4023 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 13 May 2015 12:31:07 +0200 Subject: [PATCH] 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 --- modules.d/90dmraid/dmraid.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/modules.d/90dmraid/dmraid.sh b/modules.d/90dmraid/dmraid.sh index 6ce036bc..3dcff38a 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