Files
nomad/.changelog/18234.txt
Luiz Aoqui bff5ef78ae csi: prevent panic on volume delete (#18234)
When a CSI volume is deleted while its plugin is not running, the
function `volAndPluginLookup` returns a `nil` plugin value resulting in a
panic in the request handler.
2023-08-17 09:47:40 -04:00

4 lines
87 B
Plaintext

```release-note:bug
csi: fixed a bug that could case a panic when deleting volumes
```