Lirt / velero-plugin-for-openstack

Openstack Cinder, Manila and Swift plugin for Velero backups
MIT License
26 stars 12 forks source link

[FEAT] Retry snapshots deletion #79

Closed kayrus closed 11 months ago

kayrus commented 1 year ago

Is your feature request related to a problem? Please describe.

Snapshots can be in "creating" or "migrating" status while they're being removed using the velero backup delete example comand. In this case OpenStack returns 409 response code and velero fails.

Describe the solution you'd like

Delete actions should retry on 409 response code until the timeout.

kayrus commented 11 months ago

Closed by #91