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
While working on #10927 and #10833 and I noticed that the csi_hook.go sets the volume source correctly using the per-alloc flag at csi_hook.go#L168-L171 but then doesn't pass this along to the MountVolume so that it can be incorporated into the target mount path. This means that if multiple allocations from the task group land on the same host we can get a mount path collision.
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
While working on #10927 and #10833 and I noticed that the
csi_hook.go
sets the volume source correctly using the per-alloc flag atcsi_hook.go#L168-L171
but then doesn't pass this along to theMountVolume
so that it can be incorporated into the target mount path. This means that if multiple allocations from the task group land on the same host we can get a mount path collision.The text was updated successfully, but these errors were encountered: