Comment 10 for bug 1825020

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

Reviewed: https://review.opendev.org/656511
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=a1db4507ac832913a911afbee90f76f576d8ea20
Submitter: Zuul
Branch: stable/stein

commit a1db4507ac832913a911afbee90f76f576d8ea20
Author: Matt Riedemann <email address hidden>
Date: Tue Apr 16 23:00:15 2019 -0400

    Add functional regression recreate test for bug 1825020

    Change I06fad233006c7bab14749a51ffa226c3801f951b in Stein
    started validating extra specs on the new flavor during a
    resize but didn't take into account some validation that
    happens with disk size with the new flavor if the validation
    code isn't told that the server is volume-backed. That results
    in a 500 FlavorDiskSmallerThanMinDisk response from the API
    if the new flavor has a smaller disk size than the current
    flavor that the server is using, which shouldn't actually
    matter for a volume-backed server.

    This adds a functional regression test to recreate the bug.

    Change-Id: I9e7e44727946705506d740896349ca1833cfddcd
    Related-Bug: #1825020
    (cherry picked from commit a40c7f3e8d06f0bc8918a25b60f73ec2c18add05)