Comment 4 for bug 1365373

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to powervc-driver (milestone-proposed)

Reviewed: https://review.openstack.org/119016
Committed: https://git.openstack.org/cgit/stackforge/powervc-driver/commit/?id=5fd4a78833ea6f646b313b69b7ab0999ae805cbf
Submitter: Jenkins
Branch: milestone-proposed

commit 5fd4a78833ea6f646b313b69b7ab0999ae805cbf
Author: Jerry Cai <email address hidden>
Date: Thu Sep 4 16:57:59 2014 +0800

    Temp fix for powervc side volumes operation not synced to local
    Openstack in cinder-powervc

    Currently cinder service uses threading instead of eventlet's event,
    This causes if you don't monkey patch threading, it will hang there
    all the time. For detail, check this fix in incubator project:
    https://github.com/openstack/oslo-incubator/commit/\
    1e7007824374842bc8108dff5e5e2694e12932b2
    Will create a bug to cinder to fix this. Temporarily fix is to replace
    cinder service instead of nova service in 1365373.

    Change-Id: Ibe770e51563f43495228d84dd6d0284a62bba9e8
    Closes-Bug: #1365373
    (cherry picked from commit aef2b5095d69a6d8a33ab20bf12a76d0d3f6a28e)