Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't export a checkpoint where the container is using log-driver none #11974

Closed
carlhoerberg opened this issue Oct 14, 2021 · 0 comments · Fixed by #11977
Closed

Can't export a checkpoint where the container is using log-driver none #11974

carlhoerberg opened this issue Oct 14, 2021 · 0 comments · Fixed by #11977
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.

Comments

@carlhoerberg
Copy link

/kind bug

Description

Can't export a checkpoint where the container is using log-driver none

Steps to reproduce the issue:

  1. podman run --log-driver none -d alpine sleep 3600
  2. podman container checkpoint --latest --export dump.tar.zst

Describe the results you received:

ERRO[0000] Tar: Can't stat file /var/lib/containers/storage/overlay-containers/492c4f130d6762326dbf920b994c466a122b85a2b66fa64056681be7faa33c2a/userdata to tar: lstat /var/lib/containers/storage/overlay-containers/492c4f130d6762326dbf920b994c466a122b85a2b66fa64056681be7faa33c2a/userdata/ctr.log: no such file or directory

Describe the results you expected:

Checkpoint without error

Additional information you deem important (e.g. issue happens only occasionally):

Output of podman version:

Version:      3.4.0
API Version:  3.4.0
Go Version:   go1.16.8
Built:        Thu Sep 30 19:40:21 2021
OS/Arch:      linux/amd64

Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/master/troubleshooting.md)

Yes

@openshift-ci openshift-ci bot added the kind/bug Categorizes issue or PR as related to a bug. label Oct 14, 2021
rhatdan added a commit to rhatdan/podman that referenced this issue Oct 14, 2021
Checkpoint is blowing up when you use --log-driver=none

[NO NEW TESTS NEEDED] No way currently to test checkpoint restore.

Fixes: containers#11974

Signed-off-by: Daniel J Walsh <[email protected]>
mheon pushed a commit to mheon/libpod that referenced this issue Oct 19, 2021
Checkpoint is blowing up when you use --log-driver=none

[NO NEW TESTS NEEDED] No way currently to test checkpoint restore.

Fixes: containers#11974

Signed-off-by: Daniel J Walsh <[email protected]>
@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Sep 21, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant