Comment 6 for bug 1587313

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ironic (master)

Reviewed: https://review.openstack.org/603812
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=0256e1e69f4dd38cf0a80532337fa30c89502cb4
Submitter: Zuul
Branch: master

commit 0256e1e69f4dd38cf0a80532337fa30c89502cb4
Author: Dmitry Galkin <email address hidden>
Date: Wed Sep 19 14:02:48 2018 +0000

    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