Comment 6 for bug 1827326

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to integ (master)

Reviewed: https://review.opendev.org/657009
Committed: https://git.openstack.org/cgit/starlingx/integ/commit/?id=f3c9e6640e5704c6128e456e75a52a933557f3dc
Submitter: Zuul
Branch: master

commit f3c9e6640e5704c6128e456e75a52a933557f3dc
Author: Don Penney <email address hidden>
Date: Fri May 3 14:45:35 2019 -0400

    Fix bug in logmgmt start check

    The start function of the logmgmt init script
    checks for a valid pidfile to see if the process is
    already running. Unfortunately, the code has a couple
    of typos that cause the check to fail if the "start"
    is called when the process is already running.

    This commit fixes the typos.

    Change-Id: I5795d23cc9e41a18b62e35bf3df07817522efe52
    Related-Bug: 1827326
    Signed-off-by: Don Penney <email address hidden>