]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Error message in update_migrated_volume was incorrect
authorJacob Gregor <jgregor@us.ibm.com>
Fri, 4 Sep 2015 21:30:12 +0000 (16:30 -0500)
committerJacob Gregor <jgregor@us.ibm.com>
Fri, 4 Sep 2015 21:30:12 +0000 (16:30 -0500)
commitc09a92f6aae7c9c57d555e517f131608b7ec4c5e
tree5e95f09e8fa097284d477b4a388240ed5aa03dbd
parent7839dbd105877bdae1fde769465d5947bda40162
Error message in update_migrated_volume was incorrect

If an error was encountered in self.vg.rename_volume the error
message tried to use volume['name'], which is an invalid key.
The invalid key error would then cause the retype/migration to
abort in the middle of the process and leave original and temporary
volume in place. This patch fixes this bug by providing a valid key.

Change-Id: I73e1335c649df41d5167efc3cb4b9af48a5d537d
Closes-bug: #1492462
cinder/volume/drivers/lvm.py