Comment 10 for bug 1933033

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (stable/train)

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/797270
Committed: https://opendev.org/openstack/kolla-ansible/commit/362838dec696485814b981168fed0ea1077ae27b
Submitter: "Zuul (22348)"
Branch: stable/train

commit 362838dec696485814b981168fed0ea1077ae27b
Author: Radosław Piliszek <email address hidden>
Date: Sun Jun 20 14:14:53 2021 +0000

    Do not set pid file for iscsid

    Kolla Ansible runs iscsid in the foreground (-f) and
    a recent change to iscsid in CentOS 8 (both Linux and Stream)
    caused it to reject setting pid file in such a case.
    PID file is irrelevant in this scenario so this commit
    removes its parameter.

    Closes-Bug: #1933033
    Change-Id: Ic0c4beae0c812f3ca68a6ee5cc4daa2fee0f277d
    (cherry picked from commit 18a0af6954f48a03bc125fd690347e3ef259096f)