Bug 1877865
Summary: | dnsname plugin missing from RHEL 8.2 | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Christian Kellner <ckellner> |
Component: | podman | Assignee: | Jindrich Novy <jnovy> |
Status: | CLOSED ERRATA | QA Contact: | Joy Pu <ypu> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 8.2 | CC: | bbaude, dornelas, dwalsh, hasuzuki, jligon, jnovy, kanderso, lsm5, mheon, pthomas, tsweeney, ypu |
Target Milestone: | rc | ||
Target Release: | 8.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | podman-2.1.1-1.el8 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-02-16 14:21:45 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1186913, 1823908 |
Description
Christian Kellner
2020-09-10 16:00:55 UTC
Assigning to Jindrich to start. We might need Lokesh or Matt to stir the pot on this one too. Discussed during scrum meeting today. Thanks Jindrich for the information. Test with podman-plugins-2.1.1-3.module+el8.3.1+8686+2a59bca3.x86_64 and podman-2.1.1-3.module+el8.3.1+8686+2a59bca3.x86_64. It works as expect. Update the configure file and start two containers, try to ping one container from another. It works as expect. So set this to verified. Details: # podman ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 40007cd2e480 localhost/testimg:latest top 4 seconds ago Up 4 seconds ago competent_clarke ]# podman run -it busybox / # ping competent_clarke PING competent_clarke (10.88.0.6): 56 data bytes 64 bytes from 10.88.0.6: seq=0 ttl=64 time=0.061 ms 64 bytes from 10.88.0.6: seq=1 ttl=64 time=0.035 ms 64 bytes from 10.88.0.6: seq=2 ttl=64 time=0.051 ms 64 bytes from 10.88.0.6: seq=3 ttl=64 time=0.051 ms ^C --- competent_clarke ping statistics --- 4 packets transmitted, 4 packets received, 0% packet loss round-trip min/avg/max = 0.035/0.049/0.061 ms Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: container-tools:rhel8 security, bug fix, and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2021:0531 |