Comment 4 for bug 1166572

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (stable/grizzly)

Reviewed: https://review.openstack.org/28199
Committed: http://github.com/openstack/cinder/commit/6221a0e279c795270d03fb03dc2c848fd6f44056
Submitter: Jenkins
Branch: stable/grizzly

commit 6221a0e279c795270d03fb03dc2c848fd6f44056
Author: John Griffith <email address hidden>
Date: Thu Apr 11 20:05:01 2013 -0600

    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)