# run mdadm if udev has settled
info "Assembling MD RAID arrays"
udevadm control --stop-exec-queue
-mdadm -IRs 2>&1 | vinfo
+mdadm -As --auto=yes --run 2>&1 | vinfo
+mdadm -Is --run 2>&1 | vinfo
# there could still be some leftover devices
# which have had a container added
strstr "$udevinfo" "MD_UUID=" && continue
strstr "$udevinfo" "MD_LEVEL=container" && continue
strstr "$udevinfo" "DEVTYPE=partition" && continue
- mdadm -R "$md" 2>&1 | vinfo
+ mdadm --run "$md" 2>&1 | vinfo
done
unset udevinfo