DescriptionBrandon Nielsen
2026-05-15 15:19:00 UTC
Following instructions from "Testcase podman composefs"[0] with podman 6.0.0-dev fails at the `podman system reset` step with "ERRO[0001] shutting down container storage: umount /var/lib/containers/storage/overlay, flags: 0x2: no such file or directory".
Reproducible: Always
Steps to Reproduce:
1. Update Rawhide install
2. Update Podman to 6.0.0-dev using the podman-next Copr[1]
3. Follow the steps in the linked testcase
Actual Results:
`podman system reset` fails with "ERRO[0001] shutting down container storage: umount /var/lib/containers/storage/overlay, flags: 0x2: no such file or directory".
Expected Results:
Reset to complete successfully without errors.
Additional Information:
Tested with a fresh, fully updated, Fedora Workstation Live Rawhide VM in Boxes.
[0] - https://fedoraproject.org/wiki/QA:Testcase_podman_composefs
[1] - https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/
(In reply to Lokesh Mandvekar from comment #1)
> Can you try this with 6.0-rc1 recently added to rawhide?
Exact same behavior with 6.0-rc1, `podman system reset` fails with "ERRO[0001] shutting down container storage: umount /var/lib/containers/storage/overlay, flags: 0x2: no such file or directory".