Image definitions linger in DB when storage group is deleted.
-
I noticed this helping a fellow on a recent FOG Trunk version.
I created an image called
testing
, but later made a new storage group, moved all nodes to the new group, and then deleted the “default” group.The image definition disappeared from the images list, however trying to create a new one with the same name
testing
threw an error, saying it already exists.I assume the “list all images” function grabs all image definitions for all storage groups, so it is left out of the list, but the definition is still in the DB hanging out in limbo-land.
-
This should be fixed now.
FOG Doesn’t delete image definitions when storage node/group is deleted. I just had a bad return. Should be good in latest.
Thanks for reporting.