summaryrefslogtreecommitdiff
path: root/releasenotes/notes/shellinabox-locking-fix-2fae2a451a8a489a.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Fix node exclusive lock not released on console start/restart.Dmitry Galkin2018-12-031-0/+8
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