Comment 12 for bug 1642111

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

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

commit 486376e91b1f9a7680371036e470b8692804e917
Author: Sean McGinnis <email address hidden>
Date: Tue Sep 5 19:56:06 2017 -0500

    Change CINDER_LVM_TYPE to 'auto' as the default

    This was previously set to thin as the default, but at the time
    there were failures seen with what appeared to be race conditions
    when creating snapshots.

    These failures are not seen locally, and we have a lot of installs
    using the default auto by this point with no reports from the field
    of seeing this failure. This is to be able to more extensively test
    this in the gate, and hopefully get this switched over to be able
    to thinly provision by default when possible.

    Change-Id: I3e99adadd1c37ba8b24b6cb71a8969ffc93f75a1
    Related-bug: #1642111