Comment 4 for bug 1512387

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

Reviewed: https://review.openstack.org/249870
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=607c3bc0fd36336d2cdf608f4b9c485a2549b9b1
Submitter: Jenkins
Branch: stable/liberty

commit 607c3bc0fd36336d2cdf608f4b9c485a2549b9b1
Author: Xing Yang <email address hidden>
Date: Tue Oct 6 15:36:49 2015 -0400

    ScaleIO driver: update_migrated_volume

    This patch implements the update_migrated_volume function.
    Without this change, when the migrate finishes, the original
    volume will be deleted but the name on the new volume will not
    be changed to the old id even though the Cinder database will
    be updated. The volume name is a base64() encoding of the Cinder
    volume id so any calls after the migrate fail since the lookup
    fails.

    Also changed 'SCALEIO' to connector.SCALEIO now that os-brick 0.4.0
    is released.

    Closes-Bug: #1512387
    Change-Id: I70fe4bd651b0ac87b9208efb5918a4cdaf6f06b4
    (cherry picked from commit 64437898cdf58d4d028975155bda3d21a014bfe1)