mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
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.
4 lines
87 B
Plaintext
4 lines
87 B
Plaintext
```release-note:bug
|
|
csi: fixed a bug that could case a panic when deleting volumes
|
|
```
|