Skip to content

dracut: fix slow dhcpd6 config

Filip Pokryvka requested to merge fp/fix_dracut into master

The "sleep 8" in "on commit" caused deadlock of DHCPD, as requests waited in queue, so whenever "sleep 8" finished, there was a request and another "sleep 8". This is now avoided by giving 2 second break between sleeps, so requests in queue can be processed.

Merge request reports