Comment 7 for bug 1860326

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

Reviewed: https://review.opendev.org/704597
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=e6c419b42c1b8c8902bedb02b791c4a2f4ea053b
Submitter: Zuul
Branch: stable/queens

commit e6c419b42c1b8c8902bedb02b791c4a2f4ea053b
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)
    (cherry picked from commit f4d05266d21337538a2743a743ee1aa540407ac7)