neutron-fwaas/quantum/agent
Thierry Carrez 3bbf281b15 Restore SIGPIPE default action for subprocesses
Python ignores SIGPIPE on startup, because it prefers to check every
write and raise an IOError exception rather than taking the signal. Most
Unix subprocesses don't expect to work this way. This patch (adapted
from Colin Watson's post at http://tinyurl.com/2a7mzh5) sets SIGPIPE
back to the default action for quantum.agent.linux.utils.execute,
quantum.common.utils.execute and quantum-rootwrap created subprocesses.

Fixes bug 1053364

Change-Id: Ib805f1f8846c245b75a5ea64278c840b823c1fb2
2012-10-05 07:17:14 -05:00
..
common Modified code Pyflakes warning. 2012-09-08 22:57:42 +08:00
linux Restore SIGPIPE default action for subprocesses 2012-10-05 07:17:14 -05:00
__init__.py Add common dir for shared agent code, add OVS lib. 2012-06-04 22:07:27 -07:00
dhcp_agent.py Add periodic check resync check to DHCP agent 2012-09-10 21:29:35 -04:00
l3_agent.py l3-agent: move check if ext-net bridge exists within daemon loop 2012-09-21 04:47:09 -07:00
netns_cleanup_util.py Modified code Pyflakes warning. 2012-09-08 22:57:43 +08:00
rpc.py Convert DHCP from polling to RPC 2012-08-14 12:28:54 -04:00