Skip to content

Commit

Permalink
fix(scheduler): numa memory more balance on with prefer nodes (#21580)
Browse files Browse the repository at this point in the history
* fix(scheduler): numa memory more balance on with prefer nodes

* fix(host): host agent allocate numa node
  • Loading branch information
wanyaoqi authored Nov 14, 2024
1 parent bfbef55 commit 63db9fc
Show file tree
Hide file tree
Showing 10 changed files with 294 additions and 126 deletions.
1 change: 1 addition & 0 deletions pkg/compute/models/guests.go
Original file line number Diff line number Diff line change
Expand Up @@ -6274,6 +6274,7 @@ func (self *SGuest) ToSchedDesc() *schedapi.ScheduleInput {
config.Hypervisor = self.GetHypervisor()
desc.ServerConfig = *config
desc.OsArch = self.OsArch
desc.ExtraCpuCount = self.ExtraCpuCount
return desc
}

Expand Down
Loading

0 comments on commit 63db9fc

Please sign in to comment.