]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Allow upgrade from Grizzly with ThinLVMVolumeDriver
authorEric Harney <eharney@redhat.com>
Wed, 25 Sep 2013 19:43:32 +0000 (15:43 -0400)
committerEric Harney <eharney@redhat.com>
Wed, 25 Sep 2013 19:55:58 +0000 (15:55 -0400)
commit63fc867ab709a20c3417cada12b327774bf612e6
treee1c381239f3031d21856398aac5c7a417e7fdf76
parent38ab964dca01e5bb6a28106f03f943e3088cc63c
Allow upgrade from Grizzly with ThinLVMVolumeDriver

In Grizzly, LVM thin provisioning was used by setting
volume_driver=...ThinLVMVolumeDriver.  In Havana this
functionality has moved under the standard LVM driver
with the option "lvm_type=thin" used to enable it.

We should account for the old volume_driver class path
so that the volume service behaves as expected for users
upgrading from Grizzly ThinLVM configurations.

Closes-Bug: #1231116
Change-Id: Ic29f0e5c1036232078af5c6d83c61c75a35cccd4
cinder/volume/manager.py