<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On 3 December 2014 at 11:58, Don Waterloo <span dir="ltr"><<a href="mailto:don.waterloo@gmail.com" target="_blank">don.waterloo@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">I am having a problem that I hope someone can comment on.<div><br></div><div>Periodically, an instance ends up w/ 0 rows in '<span style="font-weight:bold;color:rgb(84,84,84);font-family:arial,sans-serif;line-height:10.4000005722046px">instance_info_caches' </span><span style="color:rgb(84,84,84);font-family:arial,sans-serif;line-height:10.4000005722046px">in the nova database.</span></div><div><span style="color:rgb(84,84,84);font-family:arial,sans-serif;line-height:10.4000005722046px"><br></span></div><div><span style="color:rgb(84,84,84);font-family:arial,sans-serif;line-height:10.4000005722046px">as a consequence, when i do 'nova list', it ends up without knowing anything about the networks. The instance is allocated an IP, has booted, is able to use that IP. Neutron owns the port for it, all is good from that standpoint, its just nova knows nothing about it.</span></div><div><span style="color:rgb(84,84,84);font-family:arial,sans-serif;line-height:10.4000005722046px"><br></span></div><div><span style="color:rgb(84,84,84);font-family:arial,sans-serif;line-height:10.4000005722046px">Is 'info_caches' something that is truly a cache? it seems the only known repository.</span></div></div></blockquote><div><br></div><div><br></div><div>Sorry to follow up my own email, but... is anyone else hitting this? I'm getting more than just a 'no ip in nova list' symptom, once in a while some instance ends up w/ 0 bridges in its virsh xml file. What happens is it comes up normally, all is good and happy. but then some number of day(?) later, it ends up with no source bridges, no interfaces, and a [] for a 'network_info' field in the instance_info_caches table.</div><div><br></div><div>Any idea how this could happen? Its juno on Ubuntu. In ~10K instances started/stopped since ~jan 1, I now have 15 in this state, so its not super common. This symptom is more severe, so I cannot live with it.</div><div><br></div><div>A reboot does not solve, nor does rebuild (it rebuilds from this info). Neutron still says the instance is connected, but nova gets it wrong.</div><div><br></div><div><div> select * from instance_info_caches where network_info = '[]' and deleted = 0;</div><div>+---------------------+---------------------+------------+------+--------------+--------------------------------------+---------+</div><div>| created_at          | updated_at          | deleted_at | id   | network_info | instance_uuid                        | deleted |</div><div>+---------------------+---------------------+------------+------+--------------+--------------------------------------+---------+</div><div>| 2014-11-03 21:47:44 | 2014-11-03 21:48:05 | NULL       | 4762 | []           | 6996aa1c-7c05-4e36-a86e-d45f7af14352 |       0 |</div><div> ...</div></div><div><br></div><div><br></div></div></div></div>