mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Before this commit, it was only used for fingerprinting, but not for CPU stats on nodes or tasks. This meant that if the auto-detection failed, setting the cpu_total_compute didn't resolved the issue. This issue was most noticeable on ARM64, as there auto-detection always failed.
4 lines
105 B
Plaintext
4 lines
105 B
Plaintext
```release-note:improvement
|
|
cpustats: Use config "cpu_total_compute" (if set) for all CPU statistics
|
|
```
|