You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A big question in my mind is - could we actually enable this by default? It's tempting to try, but the "blast radius" seems large too. So perhaps better to opt-in to start at least.
There's someone on the CoreOS team interested in working on this potentially; does this proposal make sense to you?
The text was updated successfully, but these errors were encountered:
If I understand correctly this would wait for the clients network interfaces. So for example when a workstation is starting it is possible to run dnf before the network is fully setup and with this change it would wait instead of failing.
I also think that it shouldn't be such a problem if it was ON by default. For dnf perhaps we could make it a default in dnf5 and keep it as opt-in in dnf4.
If I understand correctly this would wait for the clients network interfaces. So for example when a workstation is starting it is possible to run dnf before the network is fully setup and with this change it would wait instead of failing.
Breaking this out from coreos/rpm-ostree#3096
Basically I'm thinking we could add something like
This would end up parsing the URL
baseurl
ormetalink
and using https://developer-old.gnome.org/gio/2.68/GNetworkMonitor.html to wait until the URL (host) was reachable.A big question in my mind is - could we actually enable this by default? It's tempting to try, but the "blast radius" seems large too. So perhaps better to opt-in to start at least.
There's someone on the CoreOS team interested in working on this potentially; does this proposal make sense to you?
The text was updated successfully, but these errors were encountered: