Image with zero clones cannot be deleted

We have an image that has zero clones, but the Trash can icon for deleting the image is greyed out in the SQL Clone dashboard.

When I hover the trash can it says `This image is still being used by other teams`.

Is there a way to forcefully delete the image (as we believe the image is not used by other teams) OR a way to identify the team that is using the image (possibly a team that no longer exists) ?

Answers

  • @GregTrevellick I would maybe look at the SQL Clone Config DB in the back end - the structure of the tables is pretty easy to understand so you could query them to find out what's attached to the image at that level, and then if it's a phantom connection that just hasn't been updated in the back end you could do that yourself and it should free the image up for deletion!
  • Thanks - weirdly after rebooting the server the orphans disappeared, but will try this if it happens again.
Sign In or Register to comment.