Files
nomad/.changelog/19155.txt
Luiz Aoqui d2849b8a76 cli: skip allocs with replacements on job restart (#19155)
The `nomad job restart` command should skip allocations that already
have replacements. Restarting an allocation with a replacement is a
no-op because the allocation status is terminal and the command's
replacement monitor returns immediatelly.

But by not skipping them, the effective batch size is computed
incorrectly.
2023-11-23 14:51:10 -05:00

4 lines
124 B
Plaintext

```release-note:bug
cli: Fixed a bug that caused the `nomad job restart` command to miscount the allocations to restart
```