Comment 2 for bug 1218861

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

Reviewed: https://review.openstack.org/44669
Committed: http://github.com/openstack/nova/commit/a957beb94720ca3f171149155f9dcabd20e6141b
Submitter: Jenkins
Branch: master

commit a957beb94720ca3f171149155f9dcabd20e6141b
Author: Nikola Dipanov <email address hidden>
Date: Mon Sep 2 11:49:08 2013 +0200

    Interpret BDM None size field as 0 on compute side

    This patch makes sure that even if we receive an ephemeral or swap BDM
    without size information - it is defaulted to 0 by the compute service
    prior to booting the VM, as the size is expected to be present and an
    integer number by the driver code that uses it.

    Closes-bug: #1218861

    Change-Id: Ic6fc15d1cf876aa4fd99e17c582c1ab55e3a18c1