summaryrefslogtreecommitdiff
path: root/releasenotes/notes/socat-respawn-de9e8805c820a7ac.yaml
diff options
context:
space:
mode:
authorJulia Kreger <juliaashleykreger@gmail.com>2019-03-15 15:31:58 -0700
committerJulia Kreger <juliaashleykreger@gmail.com>2019-03-18 06:26:56 -0700
commitc76254776bba80f6a9d29b718ee4aaa51c4cc98b (patch)
tree81f753c0188a344f1ae9ffae42fa598a93a18c4b /releasenotes/notes/socat-respawn-de9e8805c820a7ac.yaml
parentf944f60041dfbf19547d35f4abf3f18001a05930 (diff)
downloadironic-c76254776bba80f6a9d29b718ee4aaa51c4cc98b.tar.gz
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
Diffstat (limited to 'releasenotes/notes/socat-respawn-de9e8805c820a7ac.yaml')
-rw-r--r--releasenotes/notes/socat-respawn-de9e8805c820a7ac.yaml15
1 files changed, 8 insertions, 7 deletions
diff --git a/releasenotes/notes/socat-respawn-de9e8805c820a7ac.yaml b/releasenotes/notes/socat-respawn-de9e8805c820a7ac.yaml
index 980e0f9da..d02bf9725 100644
--- a/releasenotes/notes/socat-respawn-de9e8805c820a7ac.yaml
+++ b/releasenotes/notes/socat-respawn-de9e8805c820a7ac.yaml
@@ -1,9 +1,10 @@
---
fixes:
- - Ironic does not monitor the socat proxy started for serial console
- access. 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. Fixed the issue 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). See https://storyboard.openstack.org/#!/story/2005024.
+ - 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.