openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #12596
nova.projects table problems
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
Follow ups