monogon-dev / monogon

The Monogon Monorepo. May contain traces of peanuts and a ✨pure Go Linux userland✨. Work in progress!
https://monogon.tech
Apache License 2.0
378 stars 9 forks source link

cloud: No Network on machines #224

Closed fionera closed 1 year ago

fionera commented 1 year ago

We are still facing the issue that machine scant boot. Currently the issue stands with having the ice base boxes to be configured correctly. @lorenz mentioned that the driver takes longer to initialize than our networking, which causes a race. There is a workaround in https://review.monogon.dev/c/monogon/+/1808 by just restarting network.

fionera commented 1 year ago

The fix works for now: https://bin.monogon.dev/pasta/spider-shark-bee

lorenz commented 1 year ago

Fixed by https://review.monogon.dev/c/monogon/+/1808 which allows the network service to restart until the NICs are ready.