Lirt / velero-plugin-for-openstack

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

[FEAT] Retry snapshots deletion #79

Closed kayrus closed 1 year 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 1 year ago

Closed by #91