termie / nova-migration-demo

Nova is a cloud computing fabric controller (the main part of an IaaS system). It is written in Python.
http://openstack.org/projects/compute/
Apache License 2.0
2 stars 0 forks source link

instance state polling finds compute instance not in DB #493

Open termie opened 13 years ago

termie commented 13 years ago

using xenserver - this is found in the compute log: 2011-04-07 20:50:07,213 WARNING nova.compute.manager [-] Found VM not in DB: 'compute'. Ignoring

probably want the domU to be ignored entirely. It will need to be handled separately from other orphaned VMs eventually anyway.


Imported from Launchpad using lp2gh.

termie commented 13 years ago

(by justin-fathomdb) Oooh... nice bug. I suggest that the best fix would be that the XenServer driver shouldn't return the host machine, rather than handling this in the polling layer. I think that's what you're suggesting anyway!