Comment 4 for bug 1163844

Revision history for this message
Alessandro Pilotti (alexpilotti) wrote :

The driver's migrate_disk_and_power_off method should be able to raise an exception in case the target instance flavor is not compatible with the current one, without resulting in an ERROR state for the instance.

As an alternative, an additional driver method could be added to verify the flavor compatibility before calling migrate_disk_and_power_off.