Comment 9 for bug 1316079

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

Reviewed: https://review.openstack.org/108195
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=910575997ef9700ef2482705d79a1df013c7e554
Submitter: Jenkins
Branch: master

commit 910575997ef9700ef2482705d79a1df013c7e554
Author: git-harry <email address hidden>
Date: Sat Jul 19 11:25:29 2014 +0100

    Fixes migrate_volume_completion

    The following issues are addressed:

    The source volume is never deleted when a migration is done because
    status_update was assumed to always be a dict.

    Unattached volumes are set to in-use when retyped.

    In-use migrated volumes are left in status attaching.

    Change-Id: Ib5034679a5f469ba53e6280a47e8c94d633cf911
    Partial-Bug: 1316079