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
Force reload of /etc/resolv.conf on WebSession init
Since #5862 we recreate the aiohttp WebSession to force reload
/etc/resolv.conf. However, since aiohttp 3.12.0 (first shipped with
Supervisor 2025.05.4) aiohttp no longer initializes a separate
DNSResolver instance (aio-libs/aiohttp#10897)
for each WebSession. This rendered #5862 essentially useless.
Force a separate DNSResolver isntance to force /etc/resolv.conf
reread.
Note: The automatic reload of /etc/resolv.conf doesn't work in our
case since /etc is stored on a overlayfs. Inotify isn't working in
this case.
0 commit comments