简体   繁体   中英

Remove a compute node in Openstack

I am having trouble removing a compute node from openstack newton. I am not able to deploy instances after trying to remove the host with these commands:

openstack compute service delete {{id}}
neutron agent delete {{id}}

Is there a another way or additional steps to remove the host?

Thank you

...a step-by-step detailed how-to can also be found at the INFN website here: https://wiki.infn.it/progetti/cloud-areapd/operations/production_cloud/remove_a_compute_node_howto

What they basically suggest is to "manually" remove the relevant records from the database, after having disabled the services on the node and migrated out its instances.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM