]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix signature of _create_volume() in ThinLVMVolumeDriver
authorEric Harney <eharney@redhat.com>
Sat, 10 Aug 2013 20:12:59 +0000 (16:12 -0400)
committerEric Harney <eharney@redhat.com>
Sat, 10 Aug 2013 20:44:29 +0000 (16:44 -0400)
commit7323d8751538e06bb2dba106ba394bc6e29b8b84
treeb92e2fcb7c8d1527636ee85c2c8259a0a6fc8863
parentb28e706a805cdad2e40f4328a87e2e2f68b08ec7
Fix signature of _create_volume() in ThinLVMVolumeDriver

create_volume_from_snapshot will call _create_volume() with the
wrong parameters when using ThinLVMVolumeDriver.  It should be
compatible with LVMVolumeDriver's _create_volume() method.

Fixes bug: 1210853

Change-Id: I18f7baf60601b3bcf01425b505a0579a826f072e
cinder/volume/drivers/lvm.py