one icon indicating copy to clipboard operation
one copied to clipboard

Improve Image delete actions

Open rsmontero opened this issue 2 years ago • 0 comments

Description There are some operations that may leave images in the datastore. Although this situations are logged, it is not properly signaled, and it may lead to stale images.

The idea is to leave the images in DELETE state (and maybe ERROR_DELETE / LOCK_DELETE) to be able to retry the delete operation; or manually check the status of the associated image in the datastore.

This feature needs a recover procedure (e.g being able to retry oneimage delete on the states, and probably force operation to delete the db object).

Points where this situations may occur:

Use case Do not leave stale images in the datastore. Recover from delete errors.

Interface Changes Probably New state images

Additional Context

Progress Status

  • [ ] Code committed
  • [ ] Testing - QA
  • [ ] Documentation (Release notes - resolved issues, compatibility, known issues)

rsmontero avatar Jul 22 '22 10:07 rsmontero