Comment 14 for bug 1177830

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/grizzly)

Reviewed: https://review.openstack.org/28901
Committed: http://github.com/openstack/nova/commit/a4fc0c800502338e4530cad910efb64a5483e1ea
Submitter: Jenkins
Branch: stable/grizzly

commit a4fc0c800502338e4530cad910efb64a5483e1ea
Author: Chet Burgess <email address hidden>
Date: Thu May 9 09:57:28 2013 +0000

    Check QCOW2 image size during root disk creation

    glance can only tell us the size of the file, not the virtual
    size of the QCOW2. As such we need to check the virtual size of
    the image once its cached and ensure it's <= to the flavor's
    root disk size.

    Change-Id: I833467284126557eb598b8350a84e10c06292fa9
    Fixes: bug 1177830
    (cherry picked from commit 44a8aba1d5da87d54db48079103fdef946666d80)