Bug 2040379
Summary: | Podman exe failed to cleanup dir with NFS | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | Joy Pu <ypu> |
Component: | podman | Assignee: | Jindrich Novy <jnovy> |
Status: | CLOSED ERRATA | QA Contact: | Joy Pu <ypu> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 9.0 | CC: | bbaude, dwalsh, gscrivan, jnovy, lsm5, mheon, pthomas, santiago, tsweeney, umohnani |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | podman-4.1.0-1.el9 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-11-15 09:50:58 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: |
Description
Joy Pu
2022-01-13 15:40:36 UTC
what is the version of conmon used? It looks similar to an error fixed by: https://github.com/containers/conmon/pull/300 I am using conmon-2.0.31-1.el9.x86_64 which is build at 2021-12-07. PR for podman: https://github.com/containers/podman/pull/12857 PR for conmon: https://github.com/containers/conmon/pull/319 Both these PRs are merged in podman-4.1.0 and conmon-2.1.0. Tested with podman-4.1.0-2.el9.x86_64 and works as expected now. So set the Tested flag. [root@kvm-01-guest09 ~]# podman run -d quay.io/libpod/busybox top WARN[0000] Ignoring global metacopy option, not supported with booted kernel 96910fddaa9ed338e1491efaa8bd38c247286c59f10baf469eaf8fc22911fe75 [root@kvm-01-guest09 ~]# podman ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 96910fddaa9e quay.io/libpod/busybox:latest top 21 seconds ago Up 21 seconds ago nostalgic_diffie [root@kvm-01-guest09 ~]# podman exec 96910fddaa9e echo hello hello Test with podman-4.1.0-4.el9.x86_64 and it works as expected. So move this to verified: # podman info ... graphStatus: Backing Filesystem: nfs Native Overlay Diff: "false" Supports d_type: "true" Using metacopy: "false" imageCopyTmpDir: /var/tmp imageStore: number: 1 runRoot: /run/containers/storage volumePath: /var/lib/containers/storage/volumes version: APIVersion: 4.1.0 Built: 1653479445 BuiltTime: Wed May 25 07:50:45 2022 GitCommit: "" GoVersion: go1.17.7 Os: linux OsArch: linux/amd64 Version: 4.1.0 [root@sweetpig-9 ~]# podman run -d quay.io/libpod/busybox top 2b5000ffd13754cfaa966feba28abc0dbe7ba3ac26668a52c09e63edff22b498 [root@sweetpig-9 ~]# podman ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 2b5000ffd137 quay.io/libpod/busybox:latest top 3 seconds ago Up 3 seconds ago xenodochial_montalcini [root@sweetpig-9 ~]# podman exec 2b5000ffd137 echo hello hello 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: podman security and bug fix 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-2022:7954 |