Closed Fale closed 1 year ago
Does every podman run
fail, or just commands that include --rm
? This doesn't seem like an error that would be specific to --rm
Only --rm
ones...
podman run --rm hello-world
fails
podman run hello-world
works
Containers with attached volumes have the same behavior
Interestingly enough, after a reboot, the problem disappeared and I'm not able to replicate the behavior
Ok reopen if it comes back.
Issue Description
I had a Fedora IoT installed with a container running every hour via quadlet. The container mounted a couple of folders to write content into them. Tonight the disk (btrfs) filled up and the container failed. I've therefore proceeded to free some space and now I get errors every time I run a container with the
--rm
option. If I remove the--rm
option, everything works properly.Steps to reproduce the issue
Steps to reproduce the issue
podman run --rm hello-world
Describe the results you received
Describe the results you expected
Podman to execute cleanly, as it does removing the
--rm
option.podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
No
Additional environment details
The system is running on an ARM SBC.
Additional information
The issue appears with any containers, if
--rm
is present, and with no container if--rm
is not present