Re: [Openstack] Disable compute node from accepting new VMs?

2016-08-02 Thread Matt Riedemann
On 8/2/2016 5:34 PM, David Medberry wrote: nova service-disable $SHORTNAME nova-compute --reason NO_MORE_SCHEDULING_HERE will prevent new VMs from going on but doesn't do anything with existing. On Tue, Aug 2, 2016 at 3:01 PM, Ken D'Ambrosio mailto:k...@jots.org>> wrote: Hi, all. Trying t

Re: [Openstack] Disable compute node from accepting new VMs?

2016-08-02 Thread David Medberry
nova service-disable $SHORTNAME nova-compute --reason NO_MORE_SCHEDULING_HERE will prevent new VMs from going on but doesn't do anything with existing. On Tue, Aug 2, 2016 at 3:01 PM, Ken D'Ambrosio wrote: > Hi, all. Trying to figure out how to disable a compute node from getting > new VMs sch

Re: [Openstack] Disable compute node from accepting new VMs?

2016-08-02 Thread Rahul Sharma
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/4/html/Installation_and_Configuration_Guide/Safely_Removing_Compute_Resources.html *nova service-disable HOST nova-compute* *Rahul Sharma* *MS in Computer Science, 2016* College of Computer and Information

[Openstack] Disable compute node from accepting new VMs?

2016-08-02 Thread Ken D'Ambrosio
Hi, all. Trying to figure out how to disable a compute node from getting new VMs scheduled for it on my Liberty cloud. I did see the "nova host-update --maintenance" command, but (as noted elsewhere) it seems not to work for KVM-based VMs. Is there a way to accomplish what I'm looking to do?