Skip to content

Commit

Permalink
topology-aware: log the reserved CPU set.
Browse files Browse the repository at this point in the history
Signed-off-by: Krisztian Litkey <[email protected]>
  • Loading branch information
klihub committed Mar 5, 2025
1 parent b10e8ae commit caea3ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/plugins/topology-aware/policy/topology-aware-policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,8 @@ func (p *policy) checkConstraints() error {
return policyError("cannot start without CPU reservation")
}

log.Infof("using reserved cpuset %s", p.reserved)

return nil
}

Expand Down

0 comments on commit caea3ee

Please sign in to comment.