Comment 2 for bug 1220948

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

Reviewed: https://review.openstack.org/46309
Committed: http://github.com/openstack/cinder/commit/29c759f86530f10023cc3185435b5ceb75721c2d
Submitter: Jenkins
Branch: master

commit 29c759f86530f10023cc3185435b5ceb75721c2d
Author: Jim Branen <email address hidden>
Date: Thu Sep 12 09:24:56 2013 -0700

    Fix client connection leaks in HP3PAR drivers

    In the presence of exceptions, hp3parclient connections
    did not get closed. This fix adds try/finally blocks
    around all client login/logout calls.

    Change-Id: I105b06cea5e61f3e9cf0d6e19c7ce430fedad715
    Closes-Bug: 1220948