]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove the export creation during volume creation for migration
authorVincent Hou <sbhou@cn.ibm.com>
Mon, 13 Apr 2015 03:20:35 +0000 (11:20 +0800)
committerVincent Hou <sbhou@cn.ibm.com>
Mon, 13 Apr 2015 03:22:19 +0000 (11:22 +0800)
commitd873538ec84d9c9cea8b0564b2a9cfed3ece048f
tree0654a705a8a383ba2783fa2bc8bf7b76cad52a12
parentcade28c2c8fbd1b241569874abe6a50012ef0039
Remove the export creation during volume creation for migration

Since create_export was moved from create_volume to
initialize_connection, the migrate_volume part should change
accordingly.

Change-Id: I42637c5d861670fb125e78918c2b5b2b13ea43d4
Closes-bug: #1278289
cinder/volume/drivers/lvm.py
cinder/volume/manager.py