Bug 1339014
Summary: | Neutron metadata agent workers are not properly shut down when 'systemctl stop neturon-metadata-agent' is issued | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | kahou <kalei> |
Component: | openstack-neutron | Assignee: | Bernard Cafarelli <bcafarel> |
Status: | CLOSED ERRATA | QA Contact: | Alexander Stafeyev <astafeye> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 8.0 (Liberty) | CC: | aathomas, amuller, bcafarel, charcrou, chrisw, jdonohue, nyechiel, skulkarn, srevivo, tfreger |
Target Milestone: | async | Keywords: | ZStream |
Target Release: | 8.0 (Liberty) | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | hot | ||
Fixed In Version: | openstack-neutron-7.1.1-4.el7ost | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-08-24 13:30:03 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1194008, 1295530 |
Description
kahou
2016-05-23 23:57:09 UTC
If I issue strace -p <main process id>, I see it is looping wait4(0, 0x7fff51d0d6b4, WNOHANG, NULL) = 0 Please note that the service was originally managed by pacemaker which uses systemd to start/stop/restart the service. I was trying to make the debugging simplier so that I just use systemctl to reproduce the issue. Any ETA on this one? Waiting for customer feedback on whether the upstream fix https://review.openstack.org/#/c/331672/ (provided in a test package) solves this bug in their environment. In the meantime, this workaround proved to work: * change the KillMode value to "control-group" in /usr/lib/systemd/system/neutron-metadata-agent.service * run: "systemctl daemon-reload" (In reply to Bernard Cafarelli from comment #25) > Waiting for customer feedback on whether the upstream fix > https://review.openstack.org/#/c/331672/ (provided in a test package) solves > this bug in their environment. Hi Bernard This is the corresponding support case right: https://access.redhat.com/support/cases/#/case/01640942 ? I'm not seeing a test package attached there? Could you add it to the case. Thanks Charles From support case from Kahou: "We have verified that the patch works. By applying the change, we don't see any more zombie child process anymore even we are using "process" as kill-mode." So (thumbsup) from us :-) Thanks for the test! That confirms https://review.openstack.org/#/c/331672/ fixes this bug, we will review and integrate the change Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-1770.html |