mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
A small optimization in the scheduler required users to specify specific models of devices if the required count was higher than the individual model/vendor on the node. This change removes that optimization to allow for more intuitive device scheduling when different vendor/model device types exist on a node.
4 lines
135 B
Plaintext
4 lines
135 B
Plaintext
```release-note:bug
|
|
scheduler: allow use of different vendor/models when checking for device counts while filtering feasible nodes
|
|
```
|