Comment 4 for bug 978130

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

Reviewed: https://review.openstack.org/8595
Committed: http://github.com/openstack/glance/commit/57db6c58ba2a207507e54b2a92ce8d407659f363
Submitter: Jenkins
Branch: stable/essex

commit 57db6c58ba2a207507e54b2a92ce8d407659f363
Author: Eoghan Glynn <email address hidden>
Date: Wed Apr 11 17:44:07 2012 +0100

    Kill glance-api child workers on SIGINT

    Fixes bug 978130

    Previously glance-api configured to run multiple child
    workers went in a respawn tail-spin when the parent is
    interrupted with crtl+c.

    This is now avoided by terminating the process group when
    SIGINT is received, in the same way as SIGTERM is handled.

    Change-Id: Ieca90f45e07cc3645a997bba493e0b9a9f08a470