On 01/06/12 09:54, Michael Still wrote: > Has anyone else experienced something like this? Its happened to me > twice now (on the same machine) and I have no idea what is causing it: > > mysql> show tables like 'projects'; > +---------------------------+ > | Tables_in_nova (projects) | > +---------------------------+ > | projects | > +---------------------------+ > 1 row in set (0.00 sec) > > mysql> describe projects; > ERROR 1146 (42S02): Table 'nova.projects' doesn't exist > > mysql> repair table projects; > +---------------+--------+----------+-------------------------------------+ > | Table | Op | Msg_type | Msg_text | > +---------------+--------+----------+-------------------------------------+ > | nova.projects | repair | Error | Table 'nova.projects' doesn't exist | > | nova.projects | repair | status | Operation failed | > +---------------+--------+----------+-------------------------------------+ > 2 rows in set (0.00 sec) > > I'm a bit confused.
This turns out to be https://bugs.launchpad.net/ubuntu/+source/nova/+bug/975085 / https://bugs.launchpad.net/nova/+bug/993663 I think. Mikal _______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : [email protected] Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

