Comment 10 for bug 1193031

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

Reviewed: https://review.openstack.org/37526
Committed: http://github.com/openstack/nova/commit/11046d94456c63fda51f626e1b816fd57612a4ec
Submitter: Jenkins
Branch: stable/grizzly

commit 11046d94456c63fda51f626e1b816fd57612a4ec
Author: Nikola Dipanov <email address hidden>
Date: Wed Jul 17 18:34: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/spicehtml5proxy to stop working when it had more
    than two clients connected.

    Fixes bug #1193031

    Change-Id: I3ff9001543b84b1037597da243422490bb611657