-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
fix remote checkpoint/restore #12281
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vrothberg The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
LGTM |
Changes LGTM |
F34 and Ubuntu 21.10 root test failures look legitimate |
/lgtm |
You have merge conflicts |
Ha, restore is broken as well -.- |
The amount of work to get this fixed shocks me. |
Should we just drop support for remote checkpoint and restore. Not sure this should be a remote function. |
It has been broken since the v2 rewrite. The remote tests aren't yet exercised in CI, so we never noticed but I guess there are no users since there is no report. But I almost got it working, so we can keep it I guess. |
Nothing was working before, and it's too much to summarize. To make sure we're not regressing in the future again, enable the remote e2e tests. Fixes: containers#12007 Signed-off-by: Valentin Rothberg <[email protected]>
Tests passed on my machine ✔️ |
@containers/podman-maintainers PTAL |
LGTM |
Note: once merged, we can close #12053. |
@giuseppe PTAL |
/lgtm |
Nothing was working before, and it's too much to summarize. To make
sure we're not regressing in the future again, enable the remote e2e
tests.
Fixes: #12007
Signed-off-by: Valentin Rothberg [email protected]