[Openstack] nova.projects table problems

Michael Still michael.still at canonical.com
Thu May 31 23:54:22 UTC 2012


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.

Thanks,
Mikal




More information about the Openstack mailing list