You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the pod is forcefully closed, the handle is not released. Because the actual SMB handle belongs to the K8S node the handle is left dangling forever until the node is replaced.
This is causing us problems with locked files that are never released.
Not sure if anything can be done at the CSI driver level to try to cleanup dead handles belonging to non existent pods or properly close them when the pod is killed.
What you expected to happen:
Handles acquired from a pod are released when the pod is killed.
How to reproduce it:
Store a compressed (big enough so that it takes time to decompress) file on a file share. Start decompression from a pod. Kill the pod.