Comment 1 for bug 907808

Revision history for this message
Johannes Erdfelt (johannes.erdfelt) wrote :

Pick your poison:

1) Delete instances that are building causing interesting problems for nova-compute while the instance it's trying to build is torn down while it's using it.
2) Can't delete if instance gets stuck in BUILD.

The latter is a bug elsewhere in the code. Instances should never get stuck in BUILD, they should either go to ACTIVE or ERROR.

I'd much rather fix the underlying problem than paper over it.