Comment 2 for bug 1833019

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

Reviewed: https://review.opendev.org/665564
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=0d67ecaf75d9375e2a88479514ce6cb7e910ec5e
Submitter: Zuul
Branch: master

commit 0d67ecaf75d9375e2a88479514ce6cb7e910ec5e
Author: Takashi Kajinami <email address hidden>
Date: Mon Jun 17 09:56:07 2019 +0900

    Disable iscsi.service to avoid iscsid on host from getting started

    When some stale shutdown happens on the node, iscsi.service detects
    remaining information about iscsi connection, and recovers connections
    based on the information, with starting iscsid service on host.
    This causes a collision between iscsid on host and iscsid in container,
    which makes iscsid container keep restarting.

    This patch makes sure that iscsi.service on host is disabled
    when we deploy iscsid container, to avoid iscsid on host is started
    unexpectedly.

    Change-Id: I6c36cd15edfa53c3c76be9095ff40cecf451490d
    Closes-Bug: #1833019