<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">If you have actually specified a different flavor with the command, then it sounds like this is a bug.  I see the check here:<div><br></div><div><div>1450         if (current_memory_mb == new_memory_mb) and flavor_id:</div><div>1451             raise exception.CannotResizeToSameSize()</div><div><br></div><div>And I don't see any reason for it. It seems like it should be checking if the flavor_id is different.</div><div><br></div><div>Vish</div><div><br><div><div>On May 13, 2012, at 10:11 AM, Jimmy Tsai wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi all,<br><br>I only want to resize just the disk space with root_gb or <span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:16px;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);font-size:small;display:inline!important;float:none">ephemeral_gb</span>.<br>
if I run a "nova resize" command to change the disk space of a instance, and leave the vcpu and memory untouched,<br>I'll get the error message like this : <br>ERROR: Resize requires a change in size. (HTTP 400)<br>
The condition of the resize procedure seems must be a change with memory (vcpu is not must be ).<br>Is there any nova config option to do with this? <br><br>Thanks,<br>-Jimmy<br>
_______________________________________________<br>Mailing list: <a href="https://launchpad.net/~openstack">https://launchpad.net/~openstack</a><br>Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>Unsubscribe : <a href="https://launchpad.net/~openstack">https://launchpad.net/~openstack</a><br>More help   : <a href="https://help.launchpad.net/ListHelp">https://help.launchpad.net/ListHelp</a><br></blockquote></div><br></div></div></body></html>