OCI runtime error: crun: mount_setattr /sys
: Function not implemented
#18949
Replies: 4 comments 2 replies
-
@giuseppe PTAL
|
Beta Was this translation helpful? Give feedback.
-
I think it is caused by containers/crun@908bfc4, that is an intentional change. To mount a fresh I suggest to workaround it either with |
Beta Was this translation helpful? Give feedback.
-
Moving this to a discussion. |
Beta Was this translation helpful? Give feedback.
-
We are starting to encounter this after moving from EKS 1.23 > 1.24+. We went from kernel Similar scenario, running rootless podman from gitlab, but in our case for running twistcli container scans. EDIT: now that I spend time looking at this, I think the AL2 Kernel version is the problem. Here is the scenario: EKS 1.23 > 1.24+ changes from docker to containerd as a runtime. containerd in EKS using crun as its CRI. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Issue Description
Hi
we use rootless podman to run containers inside a gitlab pipeline. Unfortunately we get the following error when trying to run a container:
The same call works using a different environment/newer kernel version. Anything I missed to configure?
Thanks for your great support
Steps to reproduce the issue
Steps to reproduce the issue
Describe the results you received
A failing container
Describe the results you expected
A running container
podman info output
Podman in a container
Yes
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
Additional environment details
Additional information
Additional debug log:
Beta Was this translation helpful? Give feedback.
All reactions