]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add nova migrate_version check to cinder import
authorJohn Griffith <john.griffith@solidfire.com>
Tue, 18 Sep 2012 19:29:20 +0000 (13:29 -0600)
committerJohn Griffith <john.griffith@solidfire.com>
Wed, 19 Sep 2012 15:11:25 +0000 (09:11 -0600)
commit321d32379cd6044378f2f9c32c068de18f514df5
tree47419bbcced5af2dafd0c4b9cd125f1d585ff1ba
parent45e67e8b77ffbc783da111dda96add68f1687341
Add nova migrate_version check to cinder import

Cinder-manage migrate import only works from Nova/Folsom--->Cinder/Folsom
this change adds an explicit check of the nova migrate_version (133)
to make sure we have all of the volume id/uuid changes that are needed
to be compatable, and presents an error message if that's not the case.

Addresses bug #1052598

Change-Id: I7f32cf35e33320f4348b7bc44a8e92b5716b71d8
bin/cinder-manage