Resize is ignored
Hi,
We have found some cases where api call to resize returns a 202 http://developer.openstack.org/api-ref-compute-v2.1.html#resize
but it does nothing. In this cases seems like the resize is scheduled, but it is never performed. So the machine keeps in ACTIVE state and no vertical scalability is performed. The easiest way to reproduce the error is by performing a scale down operation i.e. from m1.small to m1.tiny.
Is this a known issue?
This happens with 2014.1.5 (Icehouse) version. The logs don't show any errors aside from some WARNINGS on nova-scheduler.log.
Thanks in advance,
I will reformulate my question: If the API answers 202 and the resize is not done, how can I debug errors on resize operation?