ironic/releasenotes/notes/shellinabox-locking-fix-2fae2a451a8a489a.yaml
Dmitry Galkin 0256e1e69f Fix node exclusive lock not released on console start/restart.
This patch forces kill of console process with SIGKILL if it did not
terminate on SIGTERM within the CONF.console.kill_timeout and reads the
shellinabox subprocess stdout/stderr after CONF.console.subprocess_timeout
or if subprocess exited with non zero code.

Change-Id: I55a112d877d94f31d27487846ff59fe27f602f8b
Closes-Bug: 1587313
Story: 1587313
Task: 9654
2018-12-03 16:22:19 +00:00

9 lines
311 B
YAML

---
fixes:
- |
Fixes a locking issue where ``ipmitool-shellinabox`` console
interface users may encounter a situation where the bare metal node is
locked until the conductor is restarted.
See story `1587313 <https://storyboard.openstack.org/#!/story/1587313>`_
for additional information.