Closed lydiym closed 4 months ago
Thank you for this! I'm doing some testing to understand why this leads to a timeout, and will merge this shortly thereafter. I could have sworn the zeek-testing-cluster
testsuite has a testcase that already covers CPU affinity, but it indeed doesn't.
What
There is bug with
cpu_affinity
field in deploy configuration. When it's placed in config, commands likedeploy-config
/stage-config
fail with "request timed out" error.Controller
expects anInteger
type for the field but actually gets theCount
.The pull request provides a solution
How
Just by correcting type for
cpu_affinity
Relative issues
Closes #34