Comment 4 for bug 1701547

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

Reviewed: https://review.openstack.org/483447
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=1c2bfa9e4f57b75a85dd7ff0db426cf50c0d5583
Submitter: Jenkins
Branch: stable/ocata

commit 1c2bfa9e4f57b75a85dd7ff0db426cf50c0d5583
Author: Eric Harney <email address hidden>
Date: Fri Jun 30 08:14:04 2017 -0400

    LVM: Don't initialize VG with lvm_type='auto'

    The 'auto' arg should be translated to 'thin'
    for the lvm.LVM() call.

    Otherwise the checks for lvm_type=='thin' in the LVM()
    code do not function as intended.

    Closes-Bug: #1701547

    Change-Id: Ifad854e6f0ef23085ff7af608e290e62c2ad2554
    (cherry picked from commit 7033774fbb2f488fb0cfc94cf1a1d059b08b6d98)