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

[bug] pouch container status not stay with containerd container status #898

Closed
HusterWan opened this issue Mar 15, 2018 · 0 comments · Fixed by #1056
Closed

[bug] pouch container status not stay with containerd container status #898

HusterWan opened this issue Mar 15, 2018 · 0 comments · Fixed by #1056
Labels
kind/bug This is bug report for project

Comments

@HusterWan
Copy link
Contributor

Ⅰ. Issue Description

container 8e87e4 and d68018 status is exited

root@osboxes:wanziren -> pouch ps -a
Name                                    ID       Status         Created         Image                                            Runtime
44f675                                  44f675   Up 3 minutes   3 minutes ago   registry.hub.docker.com/library/busybox:latest   runc
8e87e4                                  8e87e4   exited         12 hours ago    registry.hub.docker.com/library/busybox:latest   runc
d68018                                  d68018   exited         12 hours ago    registry.hub.docker.com/library/busybox:latest   runc

but in containerd the container is running

root@osboxes:wanziren -> ctr --address /var/run/containerd.sock task ls
TASK                                                                PID      STATUS
8e87e49c21782962b0f04d742996b45504a9b0a304af783a5c0dd363c07e17ac    24312    RUNNING
f68468fe0f2f83daf032225a9195b89a3083d7a8846419d8fc29e16b6eb4461f    23190    RUNNING
44f6752bcfc0d7bad2bcee716c40df5ba75e79fa1f2f848b198652bf3e627351    28725    RUNNING

Ⅱ. Describe what happened

Ⅲ. Describe what you expected to happen

Ⅳ. How to reproduce it (as minimally and precisely as possible)

Ⅴ. Anything else we need to know?

Ⅵ. Environment:

  • pouch version (use pouch version):
  • OS (e.g. from /etc/os-release):
  • Kernel (e.g. uname -a):
  • Install tools:
  • Others:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug This is bug report for project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants