Comment 10 for bug 1581092

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/rocky)

Reviewed: https://review.openstack.org/612185
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=5ef1ade75347da10ec09005d7b74a23474acc861
Submitter: Zuul
Branch: stable/rocky

commit 5ef1ade75347da10ec09005d7b74a23474acc861
Author: Alan Bishop <email address hidden>
Date: Tue Aug 28 14:27:57 2018 -0400

    Recreate cinder LVM loopback device on startup

    Add a systemd service that creates the loopback device required by
    cinder's iSCSI backend on system startup.

    This patch also consolidates the host_prep_tasks for the HA and non-HA
    versions of the cinder-volume service. The list of tasks is identical,
    and rather than repeating it in each template, the tasks are defined
    once in cinder-common.yaml.

    NOTE: This backport does not set the 'setype' when creating cinder's
    persistent directories. Setting the 'setype' is required only in later
    releases.

    Closes-Bug: #1581092
    Change-Id: Icc04003a9e90b66720d968c6c8f1c687156b677e
    (cherry picked from commit 2040d4f284b1507abb8fb4013ea5a162a9cf96e2)