Skip to content

Commit

Permalink
scheduler: fix singleNUMANodeExclusive not clone (#2309)
Browse files Browse the repository at this point in the history
Signed-off-by: wangjianyu.wjy <[email protected]>
Co-authored-by: wangjianyu.wjy <[email protected]>
  • Loading branch information
ZiMengSheng and wangjianyu.wjy authored Jan 2, 2025
1 parent e49c43d commit 0b71d81
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 0b71d81

Please sign in to comment.