Podman in a network - Netavark (exit code 1): Sysctl error: IO Error: Read-only file system (os error 30) #20713
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Issue Description
Running Podman in a network fails:
podman run --rm -d --network=my network -p 80:80 -v /sys:/sys --name web nginx:latest
. However other podman commands work fine most of the time (build, run etc). Network created viapodman network create mynetwork
Steps to reproduce the issue
Steps to reproduce the issue
podman network create mynetwork
podman --log-level=debug run --rm -d --network=mynetwork -p 8080:80 -v /sys:/sys --name web nginx:latest
Describe the results you received
Describe the results you received
Describe the results you expected
The nginx container to come up successfully.
podman info output
Podman in a container
Yes
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
Linux container running in Kubernetes (Amazon EKS), with Podman 4.6.1 installed
Home Directory mounted via NFS Share
/home/my-user
rootless_storage_path mounted under
$HOME/.local/share/containers/storage
with an Amazon EBS backed Kubernetes PVCAdditional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting
The text was updated successfully, but these errors were encountered: