Comment 17 for bug 1724559

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

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

commit 6499f09f8b1206cfb3697ebd7005b5308359c016
Author: Christian Schwede <email address hidden>
Date: Thu Jun 21 11:12:30 2018 +0000

    Disable pid file usage in the swift_rsync container

    The pidfile is useless within containers, but prevents a restart if the
    process has been stopped unclean. This happens for example when a
    restart takes longer than the default timeout of 10 seconds.

    This is mainly a workaround because the pid file setting is hardcoded in
    the used Puppet module template. It should be removed later once the
    setting can be disabled cleanly with an updated Puppet rsync module.

    Related-Bug: 1724559
    Change-Id: Iecf855a785bc1f787234e4e54430c929cb9cb906
    (cherry picked from commit 448e04029e5d8bc982cbc3fbd4409304488437ec)