51f512a3e6
When `volumewatcher.Watcher` starts on the leader, it starts a watch on every volume and triggers a reap of unused claims on any change to that volume. But if a reaping is in-flight during leadership transitions, it will fail and the event that triggered the reap will be dropped. Perform one reap of unused claims at the start of the watcher so that leadership transitions don't drop this event.
4 lines
147 B
Plaintext
4 lines
147 B
Plaintext
```release-note:bug
|
|
csi: Fixed a bug where volume claim releases that were not fully processed before a leadership transition would be ignored
|
|
```
|