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

Container must not checkpoint in created state #1076

Merged
merged 1 commit into from
Sep 26, 2016

Conversation

rajasec
Copy link
Contributor

@rajasec rajasec commented Sep 26, 2016

Currently when we checkpoint an container in created state ( not an ideal case) the created container also got destroyed.
Since the container fails to checkpoint because of created state, it must not delete the created container without user awareness.
With this PR, container can not checkpoint in created state.

Signed-off-by: rajasec rajasec79@gmail.com

Signed-off-by: rajasec <rajasec79@gmail.com>
@crosbymichael
Copy link
Member

crosbymichael commented Sep 26, 2016

LGTM

Approved with PullApprove

1 similar comment
@dqminh
Copy link
Contributor

dqminh commented Sep 26, 2016

LGTM

Approved with PullApprove

@dqminh dqminh merged commit 6cbd8e2 into opencontainers:master Sep 26, 2016
@cyphar
Copy link
Member

cyphar commented Oct 18, 2016

This PR broke gofmt. I'll open a PR to fix it but why didn't the tests fail? In fact, it looks like the test hooks didn't run at all...

@cyphar cyphar mentioned this pull request Oct 18, 2016
@cyphar
Copy link
Member

cyphar commented Oct 18, 2016

@caniszczyk @crosbymichael The reason the tests didn't fail for almost a month is because the Jenkins job doesn't merge PRs onto master before running the tests. Should we change the job to do this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants