问题点:虚拟机由于存储不足出现了错误标识

主要显示为状态错误:  

      1)  vm_status 显示为 error    

       2) power_status 显示为 shutdown

解决方案:

        更改表 nova.instances中的相应位置

       使用如下类似命令修改:

                      update instances set power_state="1", vm_state="active" where id = 1006;

 

         重启动实例

        问题解决

 

相关文章:

  • 2021-09-30
  • 2021-11-24
  • 2021-10-22
  • 2021-08-13
  • 2022-12-23
  • 2021-06-25
  • 2022-01-17
猜你喜欢
  • 2022-01-13
  • 2021-11-08
  • 2021-05-23
  • 2021-10-09
  • 2021-06-12
相关资源
相似解决方案