]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fixes migrate_volume_completion
authorgit-harry <git-harry@live.co.uk>
Sat, 19 Jul 2014 10:25:29 +0000 (11:25 +0100)
committergit-harry <git-harry@live.co.uk>
Wed, 30 Jul 2014 12:35:13 +0000 (13:35 +0100)
commit910575997ef9700ef2482705d79a1df013c7e554
tree00c02356d39114ac459bef26ffead7adc48625ec
parentd5b77351379b642c5c74afaee201050b76bad777
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
cinder/tests/test_volume.py
cinder/volume/manager.py