-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Netavark: userns: nc: bad address 'nc-server.dns.podman' #16272
Comments
I think this is the same as #14173, |
Shows [Edit: instructions above provided as reference because this isn't the last time we'll need to know package versions] |
Thanks, we keep aardvark and netavark in sync so it should be the same. Using netavark/aardvark v1.2 might fix this but honestly I don't know since the underlying cause is unknown. |
A friendly reminder that this issue had no activity for 30 days. |
/remove stale |
A friendly reminder that this issue had no activity for 30 days. |
/remove stale |
@edsantiago Any new instances in your log? |
@Luap99 I'm still working my way through the last few weeks of flakes. I'll try to answer later today. |
Never mind, I forgot about |
Reopening. My disable-retries PR (#17831) shows that this is still happening even on main with updated CI VMs:
We're probably not seeing it because it passes on retry. |
Another one, remote f37 root |
And another one, f37 root not-remote |
Sure this was never really fixed. There is absolutely no guarantee that aardvark-dns is ready before the container is started. |
This disturbs me. For tests, it's easy to add Do we have plans to fix this? |
No plans so far. The big race condition was fixed. Now it is much harder to hit this issue that is why the flake went under your radar. |
FWIW, here's my motivation for cleaning this up in #18342. It's failing quite often:
|
Nasty test flake, "bad address nc-server.dns.podman" Cause: "There is absolutely no guarantee that aardvark-dns is ready before the container is started." (source: Paul). Workaround (not a real solution): wait before doing a host lookup. Also: remove a 99%-duplicate test. Closes: containers#16272 (I hope) Signed-off-by: Ed Santiago <santiago@redhat.com>
In podman int tests:
Probably a race condition in test setup. Rare, but still triggering.
Podman run networking [It] podman Netavark network works across user ns
system df
issues with-f
and-v
#16234The text was updated successfully, but these errors were encountered: