[Openstack] Pike NOVA Disable and Live Migrate all instances.
    Steven D. Searles 
    SSearles at zimcom.net
       
    Wed Sep 20 18:10:57 UTC 2017
    
    
  
Will do, I will report back tomorrow. 
Steven Searles
On 9/20/17, 11:28 AM, "Chris Friesen" <chris.friesen at windriver.com> wrote:
>On 09/20/2017 08:59 AM, Steven D. Searles wrote:
>> Done, thanks for the assistance Chris and everyone.
>>
>> https://bugs.launchpad.net/nova/+bug/1718455
>
>I pinged the nova devs and mriedem suggested a fix you might want to try.  In 
>nova/scheduler/filter_scheduler.py, function select_destinations(), around line 
>81 there is a line that reads:
>
>num_instances = spec_obj.num_instances
>
>
>The suggestion is to change that to the following:
>
>num_instances = len(instance_uuids)
>
>
>Could you try that and see if it fixes the original problem?
>
>
>Thanks,
>Chris
    
    
More information about the Openstack
mailing list