Thread Previous • Date Previous • Date Next • Thread Next |
Looking at the source code I understand that this means the instances have been deleted as far as the hypervisor is concerned, but nova still thinks they are there. I found the offending instances in the database and they were still listed as in the active state even though they had a deletion date recorded. I tried to delete them but was unable due to a foreign key error with virtual_interfaces. I could play around with deleting various things from the database but there are real users. Is their a documented way to "clean up" the state of the nova database in such situations? It seems like a bug that the database could get into this state.
Also, it seems that deleted instances are never removed from the database. Is that a bug?
-David
Thread Previous • Date Previous • Date Next • Thread Next |