Comment 9 for bug 1168260

Revision history for this message
Qing Xin Meng (mengqxqx) wrote :

For the similar resize operation issue, it is just exist on Folsom, for Grizzly it's fixed, so the resize operation will not used deleted flavor.
===
https://review.openstack.org/#/c/15344/
https://github.com/openstack/nova/commit/25743e4fc3dc845afacebe7f790c11cf35fbadea
===

For this flavor bug, both Folsom and Grizzly is exist.

In the table 'instance_type' field 'id' is unique, but the field 'flavorid' is not unique, and for the 'nova flavor-xx' operation, only the flavorid can be used, so use a deleted flavorid and name repeatedly is out of control.