<div dir="ltr">Hi:<div><br></div><div>    Currently, resizing instance cause migrating from the host that the instance run on to other host, but maybe the current host is suitable for new flavor. Migrating will lead to copy image between hosts if no shared storage, it waste time. </div><div>    I think that priority resizing instance on the current host may be better if the host is suitable.</div><div>    The logic like this:</div><div><br></div><div>if CONF.allow_resize_to_same_host:</div><div>    filte current host</div><div>    if suitable:</div><div>       resize on current host</div><div>    else:</div><div>       select a host</div><div>       resize on the host</div><div><br></div><div>    I don't know whether there have been some discussion about this question. Please let me know what do you think. If the idea is no problem, maybe I can register a blueprint to implement it. </div><div><br></div><div>Best Regards.</div></div>