共计 249 个字符,预计需要花费 1 分钟才能阅读完成。
今天在 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
然后刷新界面,发现所有出错的实例已经都成功被删除了。
正文完