-
Notifications
You must be signed in to change notification settings - Fork 704
Fix hostresolver setting for VZ, but disable it by default #4090
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
3c022c5
to
af9f666
Compare
af9f666
to
211fefe
Compare
I believe this PR is working correctly. Unfortunately it didn't help in tracking down the DNS issue with VZ1 because it seems to happen with both HostResolver and with the gvisor-tap-vsock resolver, but that is a separate problem. Footnotes
|
211fefe
to
49a83b5
Compare
Since it was implicitly disabled for VZ, we cannot simply fix the bug, but change the default to match the previous de-facto default. See lima-vm#4089 for more info. Signed-off-by: Jan Dubois <[email protected]>
49a83b5
to
c68049e
Compare
It is suspicious that the QEMU integration test with the It does pass for me locally, fwiw. |
https://github.com/lima-vm/lima/actions/runs/18024105718/job/51444457681?pr=4090 |
I can reproduce the problem even on macOS when explicitly asking for qemu:
It seems like usernet configuration is different between QEMU and VZ. |
Since it was implicitly disabled for VZ, we cannot simply fix the bug, but change the default to match the previous de-facto default.
This PR now disables HostResolver by default, except for QEMU.
This implements option (1) from #4089.