Comment 10 for bug 1334647

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

Reviewed: https://review.openstack.org/130110
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=24759d9cefdf23e82598b6b57b9bd122d767dd31
Submitter: Jenkins
Branch: stable/icehouse

commit 24759d9cefdf23e82598b6b57b9bd122d767dd31
Author: Zhiteng Huang <email address hidden>
Date: Tue Oct 21 17:05:50 2014 +0800

    Cinder api service doesn't handle SIGHUP properly

    When SIGHUP signal is sent to cinder-api service, it doesn't complete
    processing of all pending requests before terminating all the
    processes.

    This change is a copy of Abhishek Kekane's fix for nova api.

    Change-Id: I049d2aa2f3ad1fe388e00213a71f374803ed409a
    Closes-Bug: #1334647
    (cherry picked from commit 6c3ad4cf55c5f4cb610fb2625aed1286857b6c67)