Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/nova/+spec/graceful-shutdown. Description: Enable Nova services to be terminated gracefully. Disable processing of new requests, but allow new requests to complete before terminating the process. During a software upgrade, this would allow service instances to be swapped out, while still completing existing requests. Steps: 1) Disable message "listening". 2) Disable periodic task timer. 3) Wait for existing requests and periodic tasks to complete. 4) Kill process. Specification URL (additional information): None
Moving to POST based on upstream status (Implemented).
The support for this was added in early Icehous, but was broken by accident as can be seen from the linked upstream bug. Upstream patch for the bug is also attached and should be part of the RC-1 tarballs.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2014-0853.html