oci: wait a while for exit file to show up
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
f35147e23c
commit
c2a4fc740f
2 changed files with 17 additions and 2 deletions
|
@ -48,7 +48,6 @@ func (s *Server) ContainerStatus(ctx context.Context, req *pb.ContainerStatusReq
|
|||
|
||||
// If we defaulted to exit code -1 earlier then we attempt to
|
||||
// get the exit code from the exit file again.
|
||||
// TODO: We could wait in UpdateStatus for exit file to show up.
|
||||
if cState.ExitCode == -1 {
|
||||
err := s.Runtime().UpdateStatus(c)
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue