mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
We can't delete a CSI plugin when it has volumes in use. When periodic GC runs, we send the RPC unconditionally and then let the state store return an error. We accidentally fixed the excess logging this causes (#17025) in #20555, but we can also check if the plugin is empty first before sending the RPC to save a request and subsequent Raft write. Fixes: https://github.com/hashicorp/nomad/issues/17025 Ref: https://github.com/hashicorp/nomad/pull/20555
4 lines
108 B
Plaintext
4 lines
108 B
Plaintext
```release-note:bug
|
|
csi: Fixed a bug where GC would attempt and fail to delete plugins that had volumes
|
|
```
|