export checkpoints of redis container failed #8836
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
checkpoint failed when I want to export the checkpoints of redis container.
Steps to reproduce the issue:
1.sudo podman run -p 35000:6379 -d --name=somename redis:latest
2.sudo podman container checkpoint 0ac9 -e checkpoint.tar.gz
Describe the results you received:
I received this error: Error: Cannot export checkpoints of containers with named volumes or dependencies
Describe the results you expected:
export checkpoints succeed.
Additional information you deem important (e.g. issue happens only occasionally):
In docker17.03, I can checkpoint redis server. However, in podman, I can checkpoint redis container, but I cannot export the checkpoints of it. From the debug info, I know that it may be due to the c.config.NamedVolumes. But it confuses me that for redis container, everything stores in memory, so why should this happen?
Output of
podman version
:Output of
podman info --debug
: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.):
The text was updated successfully, but these errors were encountered: