Comment 4 for bug 1714240

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to glance (stable/pike)

Reviewed: https://review.openstack.org/513843
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=892af4718b97019dc25bee6fc28fa092f319c54d
Submitter: Zuul
Branch: stable/pike

commit 892af4718b97019dc25bee6fc28fa092f319c54d
Author: Bernhard M. Wiedemann <email address hidden>
Date: Thu Aug 31 15:11:41 2017 +0200

    Avoid restarting a child when terminating

    When sending a SIGTERM to the main glance-api process,
    it was sending a SIGTERM to its children
    but then also re-spawning its first dead child.

    Closes-bug: #1714240

    Change-Id: Ibef426c198d287bbdac4e764fd654edba4b7c2d6
    (cherry picked from commit 877cd166b56ec4b7f5530ea9bf1587077692275b)