Comment 2 for bug 1738409

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

Reviewed: https://review.openstack.org/528372
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=78fa04624d8ab07203a028b256e7001c1ce18679
Submitter: Zuul
Branch: master

commit 78fa04624d8ab07203a028b256e7001c1ce18679
Author: Sean McGinnis <email address hidden>
Date: Fri Dec 15 12:58:58 2017 -0600

    Add thin provisioning package to install guide

    Our installation guide walks through configuring storage nodes
    using the LVM driver. LVM now defaults to thinly provisioned,
    which requires thing-provisioning-tools to be installed on the
    host. So by default, our instructions will result in failure
    when we attempt to perform thin provision operations.

    This adds mention of installing the required package for each
    platform's instructions to get the necessary tools installed.

    It also adds device-mapper-persistent-data to bindep for Red
    Hat based platforms to get those thin provisioning tools that
    were previously missing for these platforms.

    Tools appear to be installed by default on Suse platforms.

    Change-Id: I2a84ae99d71c3551814197917d114057430858b7
    Closes-bug: #1738409