Files
nomad/.changelog/19383.txt
Piotr Kazmierczak b6dd376100 numa: account for incorrect core number on topology.insert (#19383)
Unsupported environments like containers or guests OSs inside LXD can
incorrectly number of available cores thus leading to numalib having trouble
detecting cores and panicking. This code adds tests for linux sysfs detection
methods and fixes the panic.
2023-12-13 17:40:26 +01:00

4 lines
106 B
Plaintext

```release-note:bug
client: Fix a panic in building CPU topology when inaccurate CPU data is provided
```