Comment 4 for bug 1062033

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

Reviewed: https://review.openstack.org/14754
Committed: http://github.com/openstack/nova/commit/d59f6adf8d147580c30f376004da2ee7da7990c9
Submitter: Jenkins
Branch: stable/folsom

commit d59f6adf8d147580c30f376004da2ee7da7990c9
Author: Vishvananda Ishaya <email address hidden>
Date: Thu Nov 1 11:56:25 2012 -0700

    Fix reserve_block_device_name while attach volume

    The block device name will not be reserved in current implementation
    due to missing volume_id in block_device_mapping. This will cause
    block_device.instance_block_mapping does not return the ebs device
    which should be reserved.

    This patch adds the volume_id to block_device_mapping while reserving
    block device name.

    Fixes bug 1062033

    (Similar to dcabd6159abcdccd99e55495ec005926465007a8 and
    66f1a34cabc26930db2a1afed5a0f5ced4d1c015 which fixed the issue in
    trunk)

    Change-Id: I8f08b568619fefa99850de0bee7d605749d53b0a