open-nomad/.changelog/14694.txt
Michael Schurter e6af1c0a14
fingerprint: add node attr for reserverable cores (#14694)
* fingerprint: add node attr for reserverable cores

Add an attribute for the number of reservable CPU cores as they may
differ from the existing `cpu.numcores` due to client configuration or
OS support.

Hopefully clarifies some confusion in #14676

* add changelog

* num_reservable_cores -> reservablecores
2022-09-26 13:03:03 -07:00

4 lines
123 B
Plaintext

```release-note:improvement
fingerprint: Add node attribute for number of reservable cores: `cpu.num_reservable_cores`
```