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
What happened? DeleteVolume and DeleteSnapshot are not idempotent and the plugin get stuck in infinite deletion loop if the resource does not exist anymore.
What you expected to happen?
All functions should be idempotent.
How to reproduce it (as minimally and precisely as possible)?
Create a Disk/Snapshots and destroy the disk manually
Environment
Driver version:v0.0.15
The text was updated successfully, but these errors were encountered:
What happened?
DeleteVolume
andDeleteSnapshot
are not idempotent and the plugin get stuck in infinite deletion loop if the resource does not exist anymore.What you expected to happen?
All functions should be idempotent.
How to reproduce it (as minimally and precisely as possible)?
Create a Disk/Snapshots and destroy the disk manually
Environment
The text was updated successfully, but these errors were encountered: