<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Jun 14, 2013 at 2:12 PM, Ray Pekowski <span dir="ltr"><<a href="mailto:pekowski@gmail.com" target="_blank">pekowski@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div class="im"><div></div></div><div>
In my opinion, all proposals fit the "tiny patch" criteria.  That is why I propose to make everyone happy.  See patch set 6: <a href="https://review.openstack.org/#/c/31714/6" target="_blank">https://review.openstack.org/#/c/31714/6</a></div>
</div></div></div></blockquote><div><br></div><div>I have to remove the unix domain sockets options from the patch, since eventlet backdoor does not support it.  Here is the exception I got from a unit test I tried to add:<br>
<br>    test_enable_backdoor_unix_sock                               OK    0.00<br>ServiceLauncherTest<br>    test_killed_worker_recover                                   Traceback (most recent call last):<br>  File "/root/oslo-incubator_havana_backdoor/.tox/py27/local/lib/python2.7/site-packages/eventlet/hubs/hub.py", line 346, in fire_timers<br>
    timer()<br>  File "/root/oslo-incubator_havana_backdoor/.tox/py27/local/lib/python2.7/site-packages/eventlet/hubs/timer.py", line 56, in __call__<br>    cb(*args, **kw)<br>  File "/root/oslo-incubator_havana_backdoor/.tox/py27/local/lib/python2.7/site-packages/eventlet/backdoor.py", line 82, in backdoor_server<br>
    print "backdoor server listening on %s:%s" % sock.getsockname()<br>TypeError: not enough arguments for format string<br><br></div><div>Apparently, getsockname() only works on IPv4/IPv6 sockets<br></div></div>
<br></div></div>