Bug 2477900

Summary: podman system reset fails shutting down container storage
Product: [Fedora] Fedora Reporter: Brandon Nielsen <nielsenb>
Component: podmanAssignee: Lokesh Mandvekar <lsm5>
Status: NEW --- QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: bbaude, debarshir, dwalsh, go-sig, jnovy, lsm5, mboddu, mheon, nsella, patrick, pholzing, psklenar, suraj.ghimire7
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Brandon 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/

Comment 1 Lokesh Mandvekar 2026-06-17 18:34:00 UTC
Can you try this with 6.0-rc1 recently added to rawhide?

Comment 2 Brandon Nielsen 2026-06-23 17:41:36 UTC
(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".