2a5c423ae0
Disallowing per_alloc for host volumes in some cases makes life of a nomad user much harder. When we rely on the NOMAD_ALLOC_INDEX for any configuration that needs to be re-used across restarts we need to make sure allocation placement is consistent. With CSI volumes we can use the `per_alloc` feature but for some reason this is explicitly disabled for host volumes. Ensure host volumes understand the concept of per_alloc
4 lines
88 B
Plaintext
4 lines
88 B
Plaintext
```release-note:improvement
|
|
volumes: Allow `per_alloc` to be used with host_volumes
|
|
```
|