openstack compute service list 出现重复节点

nova-status upgrade check 出现报错
| 检查: Resource Providers |
| 结果: 警告 |
| 详情: There are 2 compute resource providers and 4 compute nodes |
| in the deployment. Ideally the number of compute resource |
| providers should equal the number of enabled compute nodes |
| otherwise the cloud may be underutilized. See |
| https://docs.openstack.org/nova/latest/user/placement.html |
| for more details.

nova-manage cell_v2 list_cells 检查 cell出现 多了一个none cell

删掉多余的 UUID 查看已经恢复
nova-manage cell_v2 delete_cell --force --cell_uuid cfa40f03-71b7-4e84-aac8-90e3bbcb74b8

openstack compute service list

学习交流QQ群76552012,本文原创,如需转载,请联系QQ群
openstack compute service list 出现重复节点
最新推荐文章于 2026-06-24 10:47:26 发布
在运行`openstack compute service list`时发现出现重复节点,导致`nova-status upgrade check`显示警告。检查发现cell_v2中有未使用的cell。通过删除多余UUID并使用`nova-manage cell_v2 delete_cell`命令修复问题,最终成功解决。
417

被折叠的 条评论
为什么被折叠?



