Lirt / velero-plugin-for-openstack

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

[BUG] Manila snapshots/shares sometimes stuck in "error_deleting" status #90

Closed kayrus closed 11 months ago

kayrus commented 1 year ago

Describe the bug

We faced an issue in the manila: https://bugs.launchpad.net/manila/+bug/2025641 https://bugs.launchpad.net/manila/+bug/1960239

A Manila share or snapshot can stuck in "error_deleting" status, consuming the quota resources.

This is not caught due to async delete action.

Steps to reproduce the behavior

Just create a snapshot or clone, and once done, try to delete a resource, there will be leftovers with the "error_deleting" status.

Expected behavior

There should be an option to reset the resource status back to "available", then try to delete it once again.