Files
nomad/.changelog/25253.txt
Crypto89 9c4e4afa79 csi: fix CSI ExpandVolume stagingPath (#25253)
Fix the checking of the staging path against the mountRoot on the host
rather then checking against the containerMountPoint which (probably)
never exists on the host causing it to default back the the legacy
behaviour.
2025-03-25 12:36:46 -05:00

4 lines
111 B
Plaintext

```release-note:bug
csi: Fixed a CSI ExpandVolume bug where the namespace was left out of the staging path
```