Comment 2 for bug 1254089

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

Reviewed: https://review.openstack.org/57971
Committed: http://github.com/openstack/cinder/commit/273d8765115f0936d24549db8698dbe7e8d2ec1a
Submitter: Jenkins
Branch: master

commit 273d8765115f0936d24549db8698dbe7e8d2ec1a
Author: scott-dangelo <email address hidden>
Date: Fri Nov 22 16:28:07 2013 +0000

    Add greenthread.sleep() to parent wait()

    Add an eventlet.greenthread.sleep() to wait() to keep
    cinder-volume parent from looping after catching SIGTERM
    and hogging the CPU. This was already added to the running
    state but is missing from the SIGTERM caught state when
    the parent waits to reap the child.

    Change-Id: Ia871e31db5bf9ec4e86f926f8f6c4f0f4ecb7925
    Closes-Bug: #1254089