ironic/releasenotes/notes/socat-respawn-de9e8805c820a7ac.yaml
Julia Kreger c76254776b Add prelude and update release notes for 12.1.0
Some minor clean-up of already merged release notes for
improved clarity/message consistency.

Change-Id: I937ac31f3c939ae2c53cefd65394b7af02485642
2019-03-18 06:26:56 -07:00

11 lines
532 B
YAML

---
fixes:
- Fixes an issue where the socat process would exit on client disconnect,
which would (a) leave a zombie socat process in the process table and (b)
disable any subsequent serial console connections. This issue was
addressed by updating ironic to call socat with the
``fork,max-children=1`` options, which makes socat persist and accept
multiple connections (but only one at a time).
Please see story `2005024 <https://storyboard.openstack.org/#!/story/2005024>`_
for additional information.