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.
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.