This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
cache volumes: volume leaks when node CreateVolumeResponse is lost #507
Labels
future
needs to be fixed in some future release
Suppose the following happens:
I suspect we currently leak that volume here:
pmem-csi/pkg/pmem-csi-driver/controllerserver-master.go
Line 212 in ff52c5a
It prints a warning (but who will read it?) and then proceeds, leading to an overall success for CreateVolume.
When DeleteVolume is called, it will not be called for the node where the response was lost -> volume leak.
@avalluri: does that sound right?
The text was updated successfully, but these errors were encountered: