Files
nomad/.changelog/19458.txt
Seth Hoenig 7e43317e37 core: account for linux systems with no reservable cores (#19458)
* core: account for linux systems with no reservable cores

* cl: add cl

* core: remove condition on reservable cores for legacy empty check
2023-12-13 13:06:45 -06:00

4 lines
111 B
Plaintext

```release-note:bug
core: Fixed a bug where linux nodes with no reservable cores would panic the scheduler
```