Skip to content

Commit

Permalink
scheduler: fix singleNUMANodeExclusive not clone
Browse files Browse the repository at this point in the history
Signed-off-by: wangjianyu.wjy <[email protected]>
  • Loading branch information
wangjianyu.wjy committed Dec 31, 2024
1 parent e49c43d commit c032655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/scheduler/plugins/nodenumaresource/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ func (s *preFilterState) Clone() framework.StateData {
requiredCPUBindPolicy: s.requiredCPUBindPolicy,
preferredCPUBindPolicy: s.preferredCPUBindPolicy,
podNUMATopologyPolicy: s.podNUMATopologyPolicy,
podNUMAExclusive: s.podNUMAExclusive,
preferredCPUExclusivePolicy: s.preferredCPUExclusivePolicy,
numCPUsNeeded: s.numCPUsNeeded,
allocation: s.allocation,
Expand Down

0 comments on commit c032655

Please sign in to comment.