server: remove Update calls
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
5595fad535
commit
275a5a1ff2
10 changed files with 0 additions and 10 deletions
|
@ -210,7 +210,6 @@ func ensureSaneLogPath(logPath string) error {
|
|||
// CreateContainer creates a new container in specified PodSandbox
|
||||
func (s *Server) CreateContainer(ctx context.Context, req *pb.CreateContainerRequest) (res *pb.CreateContainerResponse, err error) {
|
||||
logrus.Debugf("CreateContainerRequest %+v", req)
|
||||
s.Update()
|
||||
|
||||
s.updateLock.RLock()
|
||||
defer s.updateLock.RUnlock()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue