-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Description
Describe the bug
Following the instructions at https://github.com/firecracker-microvm/firecracker/blob/main/docs/getting-started.md, I successfully booted up a FC VM, with enabled network.
However, all DNS lookups take 5 seconds,
root@ubuntu-fc-uvm:~# time curl -I http://google.com
HTTP/1.1 301 Moved Permanently
...
X-Frame-Options: SAMEORIGIN
real 0m5.105s
To Reproduce
- Start Firecracker via the ubuntu-24.04 recipe listed on docs/getting-started.md. (including configuring 8.8.8.8 as resolver)
- try
ping google.com. Observe a long delay before results are printed.
Expected behaviour
immediate response
Environment
- firecracker v1.13.1
- Host kernel 6.8.0-87-generic , guest kernel 6.1.141
- Rootfs used: ubuntu-24.04
- Architecture: x64
- Any other relevant software versions:
Additional context
it makes my integration tests run slower
run a workflow that involves downloading things
I know that parallel ipv4 and ipv6 DNS lookups can cause problems if ipv6 isn't configured correctly. That would make it a problem of the example root image, but it might still be of interest to fix. I tried disabling ipv6 in the kernel, but it didn't help.
Checks
- [x ] Have you searched the Firecracker Issues database for similar problems?
- Have you read the existing relevant Firecracker documentation?
- Are you certain the bug being reported is a Firecracker issue?
Metadata
Metadata
Assignees
Labels
No labels