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
I'm seeing double DeleteVolume calls made to our CSI driver. We handle the 2nd call by just dismissing it but this behavior doesn't seem right to me according to the spec.
Interesting finding: the problem doesn't seem to occur on this version of Openshift using the latest provisioner (5.2.0), I'm seeing only a single DeleteVolume() call....
I'm seeing double DeleteVolume calls made to our CSI driver. We handle the 2nd call by just dismissing it but this behavior doesn't seem right to me according to the spec.
What happened:
What you expected to happen:
I would expect a single DeleteVolume call made.
How to reproduce it:
Create a volume, delete it.
Anything else we need to know?:
Environment:
kubectl version
): 1.32.0uname -a
): 5.15.0-130-genericThe text was updated successfully, but these errors were encountered: