Comment 12 for bug 1735931

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-cinder (master)

Reviewed: https://review.openstack.org/526448
Committed: https://git.openstack.org/cgit/openstack/charm-cinder/commit/?id=f9937c90079ed60237b10e6c39e19cc4f6d8f938
Submitter: Zuul
Branch: master

commit f9937c90079ed60237b10e6c39e19cc4f6d8f938
Author: Liam Young <email address hidden>
Date: Thu Dec 7 16:25:38 2017 +0000

    Extend the cinder lvm thin pool with new devices

    If a new device is added to the block-device configuration option
    then add the new device to the cinder thin pool if it exists.

    From pike+ if the lvm backend is being used then it defaults to
    using a thin provisioning pool. This patch makes sure any new
    devices are used to extend that pool.

    Change-Id: I851e4eb58dbdc122086d53fe346ea045c6044f50
    Partial-Bug: #1735931