mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
The Nomad client's `csi_hook` interpolates the alloc suffix with the volume request's name for CSI volumes with `per_alloc = true`, turning `example` into `example[1]`. We need to do this same behavior in the `alloc status` output so that we show the correct volume.
4 lines
129 B
Plaintext
4 lines
129 B
Plaintext
```release-note:bug
|
|
csi: Fixed a bug where per-alloc volumes used the incorrect ID when querying for `alloc status -verbose`
|
|
```
|