]> 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 22:00:39 +0000 (16:00 -0600)
commitf8d49ae61021e1ad2aaaf2555c4954ba0e3dc026
tree52a4df73ab01a549ab86f3687850e0ee2510b691
parentf4ab45cfe9dfa9df9277ce052f21607d4aa6f3c7
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
(cherry picked from commit 321d32379cd6044378f2f9c32c068de18f514df5)
bin/cinder-manage