Skip to content

Commit

Permalink
CalculateRemap tested
Browse files Browse the repository at this point in the history
  • Loading branch information
CMGS committed Feb 3, 2023
1 parent 4e11c17 commit 08dd7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource3/plugins/cpumem/calculate.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func (p Plugin) CalculateRemap(ctx context.Context, nodename string, workloadsRe

nodeResourceInfo, err := p.doGetNodeResourceInfo(ctx, nodename)
if err != nil {
log.WithFunc("resource.cpumem.CalculateRemap").WithField("node", nodename).Error(ctx, err, "failed to get resource info of node")
log.WithFunc("resource.cpumem.CalculateRemap").WithField("node", nodename).Error(ctx, err)
return nil, err
}

Expand Down

0 comments on commit 08dd7d9

Please sign in to comment.