Comment 4 for bug 1524989

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-brick (stable/liberty)

Reviewed: https://review.openstack.org/260729
Committed: https://git.openstack.org/cgit/openstack/os-brick/commit/?id=75a53354aa421bd37ee0caceaa9a3e11c58dc294
Submitter: Jenkins
Branch: stable/liberty

commit 75a53354aa421bd37ee0caceaa9a3e11c58dc294
Author: Xing Yang <email address hidden>
Date: Thu Dec 10 16:42:14 2015 -0500

    ScaleIO could connect wrong volume to VM

    When running multiple attach volume operations with multiple
    volumes and multiple VMs, a wrong volume could end up being
    attached to a VM. To fix this, connect_volume and disconnect_volume
    should be locked.

    Change-Id: I47e94a945938123a913aee9d52d36f8ee088955a
    Closes-Bug: #1524989
    (cherry picked from commit e6d94fe0b01eef35434cbb9ee9259c536257f6ce)