]> git.ipfire.org Git - thirdparty/dracut.git/commit
iscsi: don't continue waiting if the root device is present
authorMartin Wilck <mwilck@suse.com>
Thu, 21 Mar 2019 15:27:04 +0000 (16:27 +0100)
committerHarald Hoyer <harald@hoyer.xyz>
Fri, 25 Oct 2019 07:18:12 +0000 (09:18 +0200)
commitf551886f5c809fac45d100f6261706735ad67c84
treea592286c9ca5b187e1c4ac9378a860fca17e91e4
parent1ab6778ee405d684da4ab34d2e1502c2c29c2e96
iscsi: don't continue waiting if the root device is present

dracut waits for every iscsiroot connection to be established
before switching root. This is not necessary in multipath scenarios,
where a single path is usually sufficient to set up the root device,
and where users expect booting to succeed unless all paths are down.

Don't wait for the iscsi portal to start if the root device has
already been found.
modules.d/95iscsi/parse-iscsiroot.sh