Skip to content

Commit

Permalink
more error log
Browse files Browse the repository at this point in the history
  • Loading branch information
timfeirg committed Oct 31, 2016
1 parent 9f74519 commit a0da712
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cluster/calcium/create_container.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ func (c *calcium) createContainerWithCPUPeriod(specs types.Specs, opts *types.De

cpuandmem, _, err := c.getCPUAndMem(opts.Podname, opts.Nodename, 1.0)
if err != nil {
log.Errorf("Got error %v after getCPUAndMem", err)
return ch, err
}
nodesInfo := utils.GetNodesInfo(cpuandmem)
Expand Down

0 comments on commit a0da712

Please sign in to comment.