-
Notifications
You must be signed in to change notification settings - Fork 541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[求助/Help] 通过托管完成物理机添加后出现的问题 #16880
Labels
question
Further information is requested
Comments
两个都是因为,在回收站中没有 清除之前裸金属虚拟机导致的 |
先关了,有问题再打开哈 |
你好,我遇到的问题是一样的,但是去回收站删掉裸金属虚拟机,一直在删除中,很长时间了 |
@ChaoHsin-fang 需要通过 bmc 看下物理机现在什么状态,有没有进入 PXE 系统,如果没有进入 PXE 系统就会删除不了。 |
@zexi 有没有比较简洁的删除方式,比如删掉哪个库哪个表的哪条数据 可以删除,目前机器进pxe确实进不去 |
@ChaoHsin-fang 可以用下面的方式: # 禁用物理机
climc host-disable $物理名称
# 查看回收站的裸金属
climc server-list --pending-delete
# 删除裸金属数据库记录
climc server-purge $裸金属id
# 删除物理机
climc host-delete $物理机id或者名称 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
你好,通过托管完成物理机后,会自动产生裸金属服务器,我把裸金属服务器删除后,在物理机管理界面无法删除此物理机。状态禁用后,也无法删除,请问有什么方法可以手动删除托管后的物理机?
第二个问题:我删除了自动产生的裸金属服务器后,我想创建裸金属服务器,但无法创建,规格不显示,物理机那块也不显示。不知道为什么?
The text was updated successfully, but these errors were encountered: