]> 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>
Fri, 3 May 2013 21:10:12 +0000 (15:10 -0600)
commit6221a0e279c795270d03fb03dc2c848fd6f44056
tree72faee29d5267b7fc5a32231df4665d465703017
parent93247d22a256db8ed44791343ae942d4f0c40d7f
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
(cherry picked from commit a95a2149a5ba805451a6d961b792ccd5b9984bea)
cinder/volume/drivers/lvm.py