Comment 5 for bug 1841071

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-quickstart-extras (master)

Reviewed: https://review.opendev.org/678894
Committed: https://git.openstack.org/cgit/openstack/tripleo-quickstart-extras/commit/?id=c5a6d012a18f8f8f571eba9218a9f7e527b67f87
Submitter: Zuul
Branch: master

commit c5a6d012a18f8f8f571eba9218a9f7e527b67f87
Author: Alan Bishop <email address hidden>
Date: Tue Aug 27 08:45:43 2019 -0700

    Increase size of cinder LVM backend

    Increase the size of the cinder LVM backend to 20GB, and re-enable
    tempest tests that were previously skipped due to space limitation.

    Tempest's volume tests don't actually need 20GB of storage, but rapidly
    creating and deleting volumes in a short time span may cause cinder's
    scheduler to report a reduced amount of free space. The actual amount
    of space in use is updated by the cinder-volume service, but this is
    done periodically. Increasing the size of the LVM backend allows the
    scheduler to sustain a burst of volume creation requests during the
    time interval between updates from the volume service on the actual
    amount of storage in use.

    Closes-Bug: #1841071
    Change-Id: Ie02211f3a6706f6fa1102fb8dc5ee0e9e54252cc