open-nomad/.changelog/12114.txt
Tim Gross 5b7b9fdafb
csi: tolerate missing plugins on job delete (#12114)
If a plugin job fails before successfully fingerprinting the plugins,
the plugin will not exist when we try to delete the job. Tolerate
missing plugins.
2022-02-24 08:53:15 -05:00

4 lines
94 B
Plaintext

```release-note:bug
csi: Fixed a bug where purging a job with a missing plugin would fail
```