Comment 5 for bug 1193031

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/37419
Committed: http://github.com/openstack/nova/commit/cb25bc4530323aaa33d5c42eb01f998d463f2106
Submitter: Jenkins
Branch: master

commit cb25bc4530323aaa33d5c42eb01f998d463f2106
Author: Xavier Queralt <email address hidden>
Date: Wed Jul 17 01:31:36 2013 +0200

    Force reopening eventlet's hub after fork

    With this we reopen eventlet's hub after a fork (triggered from
    websockify when a new client connects) to prevent sharing epoll's fd
    with the parent, which may cause erratic behaviour.

    This caused novncproxy to stop working when it had more than two clients
    connected.

    Fixes bug #1193031

    Change-Id: I3ff9001543b84b1037597da243422490bb611657