]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add capabilities reporting to ThinLVM driver
authorJohn Griffith <john.griffith@solidfire.com>
Fri, 12 Apr 2013 02:05:01 +0000 (20:05 -0600)
committerJohn Griffith <john.griffith@solidfire.com>
Tue, 16 Apr 2013 06:56:46 +0000 (23:56 -0700)
commita95a2149a5ba805451a6d961b792ccd5b9984bea
tree59df2f82ef4252baab1f4f25f095d9cac8800dba
parentdbc0b4a0940979c2a2df373006c5b17d75d0cdaa
Add capabilities reporting to ThinLVM driver

ThinLVM driver was missing the newly required capabilities reporting
and inheritance from the parent LVM driver doesn't work because the
capacity reporting methods between regular LVM and Thin LVM are not
compatible.

This patch add the basic requirements needed in the capabilities reporting
to make it usable by the filter scheduler.

Fixes bug: 1166572

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