What is the procedure for decommissioning a nova compute server?
I would like to pull a nova compute server out of service. What's the correct way of doing this?
First time here? Check out the FAQ!
I would like to pull a nova compute server out of service. What's the correct way of doing this?
List service with
nova-manage service list
and disable a nova-compute service using
nova-manage service disable nova-compute HOSTNAME
replace HOSTNAME with your service hostname.
Any way to completely remove it, besides hacking at the db?
Asked: 2013-10-02 13:52:44 -0500
Seen: 275 times
Last updated: Oct 03 '13
VMwareESXDriver: VMX Configuration
Does a VM instance own multiple compute nodes' CPU ability?
ComputeHostNotFound: Compute host compute could not be found
nova-compute rabbitmq fail to connect
How to enable resume guest state on boot? [closed]
why nova-computes interacts with neutron-server.
'service openstack-nova-compute start' command doesn't works
can we know where a particular VM is running (on which compute node)?