warn when cannot update container status on server init
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
260a7adb83
commit
53e76cc752
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ func (s *Server) loadSandboxes() error {
|
|||
}
|
||||
s.addContainer(scontainer)
|
||||
if err = s.runtime.UpdateStatus(scontainer); err != nil {
|
||||
return err
|
||||
logrus.Warnf("error updating status for container %s: %v", scontainer, err)
|
||||
}
|
||||
return nil
|
||||
}); err != nil {
|
||||
|
|
Loading…
Reference in a new issue