Bug 1942753
| Summary: | IPv6 errors after exiting crictl [rhel-8.4.0.z] | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | RHEL Program Management Team <pgm-rhel-tools> |
| Component: | podman | Assignee: | Jindrich Novy <jnovy> |
| Status: | CLOSED ERRATA | QA Contact: | Alex Jia <ajia> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 8.5 | CC: | ajia, aos-bugs, atomic-bugs, bbaude, dornelas, dwalsh, gscrivan, jligon, jnovy, lmiksik, lsm5, mheon, pehunt, pthomas, schoudha, tsweeney, umohnani, ypu |
| Target Milestone: | rc | Keywords: | Triaged, ZStream |
| Target Release: | --- | Flags: | pm-rhel:
mirror+
|
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | podman-3.2.3-0.2.el8_4 or newer | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1932399 | Environment: | |
| Last Closed: | 2021-08-10 13:54:32 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: | 1932399 | ||
| Bug Blocks: | 1937847 | ||
|
Comment 1
Derrick Ornelas
2021-03-24 21:41:50 UTC
8.4.0.2 will contain whatever is shipping in Fedora 34 at the time of the freeze. Thank you Peter and Tom! The podman-3.2.3-0.10.module+el8.4.0+11989+6676f7ad works well for me. In terminal 1 $ podman run --pod=new:alpine-sandbox --name alpine --cap-add NET_RAW alpine sleep 3600 In terminal 2 $ sudo podman pod ps POD ID NAME STATUS CREATED INFRA ID # OF CONTAINERS f32daae270df alpine-sandbox Running 6 seconds ago eb1ee0effb9a 2 $ sudo podman pod stop alpine-sandbox f32daae270df9fa18a97adf6292cdfcdb71fda99cfe17134e0ca4ee992c8e905 $ sudo podman pod ps POD ID NAME STATUS CREATED INFRA ID # OF CONTAINERS f32daae270df alpine-sandbox Exited About a minute ago eb1ee0effb9a 2 $ sudo podman pod rm alpine-sandbox f32daae270df9fa18a97adf6292cdfcdb71fda99cfe17134e0ca4ee992c8e905 $ sudo podman pod ps POD ID NAME STATUS CREATED INFRA ID # OF CONTAINERS 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 (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/RHBA-2021:3070 |