Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
csi: don't wait to fire initial unmount RPC
In PR #11892 we updated the `csi_hook` to unmount the volume locally via the CSI node RPCs before releasing the claim from the server. The timer for this hook was initialized with the retry time, forcing us to wait 1s before making the first unmount RPC calls. Use the new helper for timers to ensure we clean up the timer nicely.
- Loading branch information