open-nomad/.changelog/10864.txt
Tim Gross 417ec91317 scheduler: datacenter updates should be destructive
Updates to the datacenter field should be destructive for any allocation that
is on a node no longer in the list of datacenters, but inplace for any
allocation on a node that is still in the list. Add a check for this change to
the system and generic schedulers after we've checked the task definition for
updates and obtained the node for each current allocation.
2021-07-07 11:18:30 -04:00

4 lines
110 B
Plaintext

```release-note:bug
scheduler: Fixed a bug where updates to the `datacenters` field were not destructive.
```