container: Reduce number of calls to UpdateStatus

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
Mrunal Patel 2017-08-14 16:32:27 -07:00 committed by Mrunal Patel
parent 3f1b42ee9e
commit ea4b6fa55d
3 changed files with 0 additions and 11 deletions

View file

@ -334,10 +334,6 @@ func (s *Server) CreateContainer(ctx context.Context, req *pb.CreateContainerReq
return nil, err
}
if err = s.Runtime().UpdateStatus(container); err != nil {
return nil, err
}
s.addContainer(container)
if err = s.CtrIDIndex().Add(containerID); err != nil {