-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
rhel-9.7
-
None
-
No
-
Low
-
rhel-container-tools
-
3
-
False
-
False
-
-
None
-
None
-
None
-
None
-
Unspecified
-
Unspecified
-
Unspecified
-
None
What were you trying to do that didn't work?
In a newly installed system, run podman system reset command with root user and it will failed and report following error:
# podman system reset
WARNING! This will remove:
- all containers
- all pods
- all images
- all networks
- all build cache
- all machines
- all volumes
- the graphRoot directory: "/var/lib/containers/storage"
- the runRoot directory: "/run/containers/storage"
Are you sure you want to continue? [y/N] y
ERRO[0002] shutting down container storage: umount /var/lib/containers/storage/overlay, flags: 0x2: no such file or directory
What is the impact of this issue to you?
Command failed
Please provide the package NVR for which the bug is seen:
podman-5.5.1-1.el9.x86_64
How reproducible is this bug?:
100%
Steps to reproduce
- Install podman
- run command: podman system reset
Expected results
command can finished without any error
Actual results
command exist with error
Additional info
Test with RHEL 10.1 and RHEL 9.6 host all failed with the same error