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, 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.
4 lines
120 B
Plaintext
4 lines
120 B
Plaintext
```release-note:bug
|
|
scheduler: fixed a bug where resource calculation did not account correctly for poststart tasks
|
|
```
|