![]() systemd-run runs nbd-client in parallel. This introduces a possible
race condition when /dev/nbd0 is not directly used by /sysroot mount
but used by another dracut module as in:
netroot=nbd:ip:port:fstype root=live:/dev/nbd0
Before nbd0 usages are synchronized, it is better to keep it serial.
This reverts commit
|
||
---|---|---|
.. | ||
module-setup.sh | ||
nbd-generator.sh | ||
nbdroot.sh | ||
parse-nbdroot.sh |