Files
nomad/.changelog/26649.txt
Michael Smithhisler f58e915bd3 scheduler: allow device count to use different vendors/models (#26649)
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.
2025-09-10 07:12:38 -04:00

4 lines
135 B
Plaintext

```release-note:bug
scheduler: allow use of different vendor/models when checking for device counts while filtering feasible nodes
```