Open jsafrane opened 3 months ago
cc @divyenpatel
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
Is this a BUG REPORT or FEATURE REQUEST?: /kind bug
What happened: When the CSI driver receives multiple DeleteVolume calls for a single in-tree PV migrated to CSI
What you expected to happen: The second call should be idempotent and succeed.
How to reproduce it (as minimally and precisely as possible): When using external-provisioner v5.0.1 which has a bug that it calls DeleteVolume multiple times. That's a bug on the provisioner side, but even when it gets fixed, the external-provisioner can send DeleteVolume multiple times, it's allowed in CSI and it will happen e.g. during container updates or node drains.