Files
nomad/.changelog/24297.txt
Martijn Vegter 8545e1c79f scheduler: fixed a bug where resource calculation did not account correctly for poststart tasks (#24297)
Fixes a bug in the AllocatedResources.Comparable method, which resulted in
reporting less required resources than actually expected. This could result in
overscheduling of allocations on a single node  and overlapping cgroup cpusets.
2024-11-05 09:07:15 +00:00

4 lines
120 B
Plaintext

```release-note:bug
scheduler: fixed a bug where resource calculation did not account correctly for poststart tasks
```