Comment 2 for bug 1062033

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

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

commit dcabd6159abcdccd99e55495ec005926465007a8
Author: MotoKen <email address hidden>
Date: Fri Oct 5 14:34:32 2012 +0800

    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 and changes the rpcapi to send the volume_id.

    Fixes bug 1062033

    Change-Id: I8f08b568619fefa99850de0bee7d605749d53b0a