Comment 8 for bug 1642111

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to devstack (master)

Reviewed: https://review.openstack.org/400465
Committed: https://git.openstack.org/cgit/openstack-dev/devstack/commit/?id=b6cbf922d79d7189dab7d68dc6014fa8682aad9d
Submitter: Jenkins
Branch: master

commit b6cbf922d79d7189dab7d68dc6014fa8682aad9d
Author: Matt Riedemann <email address hidden>
Date: Mon Nov 21 21:10:49 2016 -0500

    Change CINDER_LVM_TYPE back to 'default' as the default

    Change dddb2c7b5f85688de9c9b92f025df25d2f2d3016 recently
    changed devstack to enable the Cinder image cache by default
    and changed to use thinly provisioned LVM volumes by default.

    Since then we've had a spike in thin LVM snapshot test failures
    in the gate, which is by far our top gate bug at 219 hits in the
    last 10 days.

    So unless there is a fix on the Cinder side, this changes the
    default lvm_type back to 'default' for thick provisioning.

    Change-Id: I1c53bbe40177fe104ed0a222124bbc45c553b817
    Related-Bug: #1642111