Comment 7 for bug 2007968

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to nova (master)

Reviewed: https://review.opendev.org/c/openstack/nova/+/906813
Committed: https://opendev.org/openstack/nova/commit/f3eb76e57b8cafaeb892366550dc6bfaa4d2b4bb
Submitter: "Zuul (22348)"
Branch: master

commit f3eb76e57b8cafaeb892366550dc6bfaa4d2b4bb
Author: zhong.zhou <email address hidden>
Date: Sat Feb 3 23:58:41 2024 +0800

    Validate flavor image min ram when resize volume-backed instance

    When resize instance, the flavors returned may not meet the image
    minimum memory requirement, resizing instance ignores the minimum
    memory limit of the image, which may cause the resizing be
    successfully, but the instance fails to start because the memory is
    too small to run the system.

    Related-Bug: 2007968
    Change-Id: I132e444eedc10b950a2fc9ed259cd6d9aa9bed65