Comment 8 for bug 1810338

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

Reviewed: https://review.openstack.org/631072
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=51fc8a67448464478a14a9b2eeb63860a98d6da8
Submitter: Zuul
Branch: stable/queens

commit 51fc8a67448464478a14a9b2eeb63860a98d6da8
Author: Alan Bishop <email address hidden>
Date: Thu Jan 3 16:29:21 2019 +0000

    Bind mount /var/lib/iscsi in containers using iSCSI

    Services that create iSCSI connections need to share the connection info
    that gets created in /var/lib/iscsi. It's especially important that the
    host has knowledge of *all* connections so that it can disconnect them
    whenever the host shuts down or reboots.

    Note: Minor changes were included in the backport to stable/rocky.
    - The ":z" propagation suffix added to the volume mounts in stein were
      omitted.
    - In stein the glance-api service templates were moved to the unified
      deployment/glance-api directory, so the rocky changes are made in the
      original docker/services directory.

    Closes-Bug: #1810338
    Change-Id: I803ed2ba9ff52f9a02c550a28d21cc9102568c8e
    (cherry picked from commit 243cb34615a1482ba676ad91afa10b3c76d800d6)
    (cherry picked from commit f37b5e0622f95e5b49f101c01e7a8d4d5b1bf052)