Comment 5 for bug 1219896

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

Reviewed: https://review.openstack.org/78986
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=7171984aab11cb28af92435bfea264d7faf643fd
Submitter: Jenkins
Branch: master

commit 7171984aab11cb28af92435bfea264d7faf643fd
Author: Lucian Petrut <email address hidden>
Date: Fri Mar 7 17:09:33 2014 +0200

    Fixes cinder-volume service startup on Windows

    The Windows service fails due to missing non-blocking IO features
    in eventlet. This fix adds a conditional path on Windows to execute
    the service accordingly.

    This bug had already been fixed by this this commit:
    https://review.openstack.org/#/c/44744/ but it had been reverted
    here, causing the Windows service to fail again
    https://review.openstack.org/67031

    Fixes bug: #1219896

    Change-Id: I46c6b332e614b6a84ec8372dbec3ee9fb09336de