]> git.ipfire.org Git - thirdparty/dracut.git/commit
mdraid: wait for rd.md.uuid specified devices to be assembled
authorHarald Hoyer <harald@redhat.com>
Tue, 16 May 2017 09:31:26 +0000 (11:31 +0200)
committerHarald Hoyer <harald@redhat.com>
Tue, 16 May 2017 09:37:27 +0000 (11:37 +0200)
commit3cea065819d0a7ae9a32e097589510df315090d3
treefd64fe598f84b3544d909bf32c719c41ae8a09d5
parent87ddd4d9af197547469ba01554bd7a8f3a486265
mdraid: wait for rd.md.uuid specified devices to be assembled

This patch uses wait_for_dev "/dev/disk/by-id/md-uuid-${uuid}" for the
specified uuids.

On timeout only md devices are force started which are specified by
uuid, or all, if rd.auto was specified.

Fixes https://github.com/dracutdevs/dracut/issues/227
modules.d/90mdraid/mdraid_start.sh
modules.d/90mdraid/parse-md.sh