Re: [openstack-dev] [nova] Bug: resize on same node with allow_resize_to_same_host=True

2014-09-03 Thread Manickam, Kanagaraj
...@gmail.com] Sent: Thursday, August 14, 2014 9:39 AM To: openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] [nova] Bug: resize on same node with allow_resize_to_same_host=True On 08/13/2014 11:50 PM, Manickam, Kanagaraj wrote: Hi, Nova provides a flag 'allow_resize_to_same_host

[openstack-dev] [nova] Bug: resize on same node with allow_resize_to_same_host=True

2014-08-13 Thread Manickam, Kanagaraj
Hi, Nova provides a flag 'allow_resize_to_same_host' to resize the given instance on the same hypervisor where it is currently residing. When this flag is set to True, the nova.compute.api: resize() method does not set the scheduler hint with 'force_nodes', where as its set the 'ignored_hosts'

Re: [openstack-dev] [nova] Bug: resize on same node with allow_resize_to_same_host=True

2014-08-13 Thread Jay Pipes
On 08/13/2014 11:50 PM, Manickam, Kanagaraj wrote: Hi, Nova provides a flag ‘allow_resize_to_same_host’ to resize the given instance on the same hypervisor where it is currently residing. When this flag is set to True, the nova.compute.api: resize() method does not set the scheduler hint with