mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Fixes a bug in the AllocatedResources.Comparable method, where the scheduler would only take into account the cpusets of the tasks in the largest lifecycle. This could result in overlapping cgroup cpusets. Now we make the distinction between reserved and fungible resources throughout the lifespan of the alloc. In addition, added logging in case of future regressions thus not requiring manual inspection of cgroup files.
4 lines
128 B
Plaintext
4 lines
128 B
Plaintext
```release-note:bug
|
|
scheduler: take all assigned cpu cores into account instead of only those part of the largest lifecycle
|
|
```
|