Closed asottile closed 4 years ago
@ashley-cui PTAL
@ashley-cui, did you find time to look into the issue?
A friendly reminder that this issue had no activity for 30 days.
A friendly reminder that this issue had no activity for 30 days.
I am not sure if this is possible, the more I think about it. I think you would need to do this in two steps.
First reset the storage.
podman system reset
Now edit the storage.conf And run a container.
The problem with changing the storage.conf first, is you confuse podman system reset, into attempting to reset and overlay storage and this blows up pointing back to the original vfs storage.
Probably need to fix the documentation on podman system reset to explain how to do this.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Extending from #7396 -- while switching from vfs to overlay
podman system reset
is unable to reset state due to an error in changing the graph driverSteps to reproduce the issue:
run any container with the vfs graph driver
set
~/.config/containers/storage.conf
to:Run
podman system reset
Describe the results you received:
Describe the results you expected:
A successful reset
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide?
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
virtualbox, but I also saw the same behaviour on an aws instance