open-nomad/.changelog/17346.txt
Luiz Aoqui e236d6dedd
cli: fix panic on job restart (#17346)
When monitoring the replacement allocation, if the
`Allocations().Info()` request fails, the `alloc` variable is `nil`, so
it should not be read.
2023-05-30 11:08:49 -04:00

4 lines
116 B
Plaintext

```release-note:bug
cli: Fix a panic in the `nomad job restart` command when monitoring replacement allocations
```