openstack常见错误

来源:互联网 发布:ubuntu 统计目录大小 编辑:程序博客网 时间:2024/05/21 09:42

1.执行nova-manage db sync报错 

OperationalError: (OperationalError) unable to open database file None None

 

解决:

登录root再执行nova-manage db sync

0 0