mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
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.
4 lines
124 B
Plaintext
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
|
|
```
|