-
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
DNS not working for F30/F31 images on F31 s390x host #4571
Comments
Suspect it's something like the firewall plugin. Can you include |
@mheon : iptables on the host I assume. I already copied above. |
Hm. I see firewall plugin rules. And they're getting hit. |
@mccv1r0 Poke - mind taking a look? Nothing jumps out to me as being out of place here. |
Do we know if this Is this S390 specific? I tried I might not have all needed context. re: "Inside the container" #4, Why is |
@mccv1r0 : Yes it works on x86_64. |
I think this is Architecture specific, This would be better opened as a Bugzilla, since this is not something upstream necessarily can fix. Reopen if I am mistaken. |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Steps to reproduce the issue:
Upgrading F30 to F31 on s390x host.
Remove all existing containers.
# podman run --rm -ti registry.fedoraproject.org/fedora:31 bash
(same for F30/UBI8 image)Failed to run, tried
ip link add cni-podman0 type bridge
from #4114 and it's ok. Using--network host
is also ok.Same effect for public DNS server and local DNS server.
Describe the results you received:
Everything works fine on F30 host before upgrading.
Networking seems to work, but DNS failed.
alpine
,debian
,ubuntu
images work fine.Describe the results you expected:
DNS works
Additional information you deem important (e.g. issue happens only occasionally):
journalctl -u systemd-udevd
shows no error.Output of
iptables -nvL
: https://tpaste.us/xk1vOutput of
iptables -t nat -nvL
: https://tpaste.us/yZN0Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Additional environment details (AWS, VirtualBox, physical, etc.):
LPAR hypervisor (kind of baremetal for s390x) and KVM hypervisor.
The text was updated successfully, but these errors were encountered: