Reno for SIGHUP fix

Adds a release note for the fix at
I86a34c22d41d87a9cce2d4ac6d95562d05823ecf

Change-Id: I4682950ac12f763737489c510246d54aed80b80f
Related-Bug: #1794708
This commit is contained in:
Eric Fried 2019-08-30 09:53:05 -05:00
parent 046507db14
commit a7621c8c46
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
---
fixes:
- |
``SIGHUP`` is now handled properly with ``restart_method='mutate'``, no
longer restarting child processes. See `bug 1794708`_ for details. In
conjunction with the fix for `bug 1715374`_ in oslo.privsep, the
nova-compute service now behaves correctly when it receives ``SIGHUP``.
.. _`bug 1794708`: https://bugs.launchpad.net/oslo.service/+bug/1794708
.. _`bug 1715374`: https://bugs.launchpad.net/nova/+bug/1715374