关于openstack报错的解决方法:During sync_power_state the instance has a pending task (deleting). Skip
今天在openstack中遇到了删除实例删除失败的现象,检查界面上显示状态–deleting,后台日志/var/log/nova/nova-compute.log显示During sync_power_state the instance has a pending task (deleting). Skip错误。 检查存储端,发现对应的实例已经删除,所以决定重启下compute服务。 systemctl restart openstack-nova-compute 然后刷新界面,发现所有出错的实例已经都成功被删除了。