84a3522133
When a node becomes ready, create an eval for all system jobs across namespaces. The previous code uses `job.ID` to deduplicate evals, but that ignores the job namespace. Thus if there are multiple jobs in different namespaces sharing the same ID/Name, only one will be considered for running in the new node. Thus, Nomad may skip running some system jobs in that node.
4 lines
111 B
Plaintext
4 lines
111 B
Plaintext
```release-note:bug
|
|
core: Fixed a bug where system jobs with non-unique IDs may not be placed on new nodes
|
|
```
|