<br><br><div class="gmail_quote">On Tue, May 15, 2012 at 10:42 AM, Christian Parpart <span dir="ltr"><<a href="mailto:trapni@gmail.com" target="_blank">trapni@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi all,<div><br></div><div>I am now in some urgent emergency mode :( - as I wanted to set our OpenStack trials in stone</div><div>and make actually production-use of it.</div><div><br></div><div>However, Nova's projects table (sometimes the dns_domains table) is getting lost almost</div>

<div>every day now.</div><div>I have absolutely NO clue what the heck is going on to let mySQL ripp of this table.</div><div>I cannot find anything in /var/log/mysql.* nor in /var/log/nova/*.log that it was about to drop</div>

<div>any table or do anything special (yet - maybe I am missing something).</div></blockquote><div> [.....]</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>
root@controller:~# echo 'DESCRIBE projects' | mysql nova</div></blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div>ERROR 1146 (42S02) at line 1: Table 'nova.projects' doesn't exist</div>

</div><div><div>root@controller:~# ls -l /var/lib/mysql/nova/projects.*</div><div>-rw-rw---- 1 mysql mysql 8844 May 14 13:40 /var/lib/mysql/nova/projects.frm</div></div></blockquote><div>[....]</div><div><br></div><div><div>
root@controller:~# mysql nova</div></div><div>[...]</div><div><div>mysql> drop table projects;</div><div>ERROR 1051 (42S02): Unknown table 'projects'</div><div>mysql> create table projects (i integer);</div>
<div>ERROR 1050 (42S01): Table '`nova`.`projects`' already exists</div></div><div><br></div><div>This looks very odd, too.</div><div><br></div><div>very distant cross-reference, but maybe it is related to InnoDB's contraints?</div>
<div><br></div></div>