Comment 2 for bug 1365373

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

Reviewed: https://review.openstack.org/119004
Committed: https://git.openstack.org/cgit/stackforge/powervc-driver/commit/?id=aef2b5095d69a6d8a33ab20bf12a76d0d3f6a28e
Submitter: Jenkins
Branch: master

commit aef2b5095d69a6d8a33ab20bf12a76d0d3f6a28e
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