open-nomad/.changelog/16362.txt
Tim Gross a2ceab3d8c
scheduler: correctly detect inplace update with wildcard datacenters (#16362)
Wildcard datacenters introduced a bug where a job with any wildcard datacenters
will always be treated as a destructive update when we check whether a
datacenter has been removed from the jobspec.

Includes updating the helper so that callers don't have to loop over the job's
datacenters.
2023-03-07 10:05:59 -05:00

4 lines
132 B
Plaintext

```release-note:bug
scheduler: Fixed a bug where allocs of system jobs with wildcard datacenters would be destructively updated
```