Comment 9 for bug 1860326

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/train)

Reviewed: https://review.opendev.org/704593
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=79ea54b21dff0baaaaa8f83a60557c0be642e49e
Submitter: Zuul
Branch: stable/train

commit 79ea54b21dff0baaaaa8f83a60557c0be642e49e
Author: Slawek Kaplonski <email address hidden>
Date: Mon Jan 20 11:48:27 2020 +0100

    Allow to kill keepalived state change monitor process

    Usually Neutron stops neutron-keepalived-state-change-monitor process
    gracefully with SIGTERM.
    But in case if this will not stop process for some time, Neutron will
    try to kill this process with SIGKILL (-9).
    That was causing problem with rootwrap as kill filters for this process
    allowed to send only "-15" to it.
    Now it is possible to kill this process with "-9" too.

    Conflicts:
        etc/neutron/rootwrap.d/l3.filters

    Change-Id: Id019fa7649bd1158f9d56e63f8dad108d0ca8c1f
    Closes-bug: #1860326
    (cherry picked from commit d6fccd247f70abc84c8a480138e135717836c7b3)