e06ff1d613
The system scheduler should leave allocs on draining nodes as-is, but stop node stop allocs on nodes that are no longer part of the job datacenters. Previously, the scheduler did not make the distinction and left system job allocs intact if they are already running. I've added a failing test first, which you can see in https://app.circleci.com/jobs/github/hashicorp/nomad/179661 . Fixes https://github.com/hashicorp/nomad/issues/11373
4 lines
127 B
Plaintext
4 lines
127 B
Plaintext
```release-note:bug
|
|
core: Fix a bug to stop running system job allocations once their datacenters are removed from the job
|
|
```
|