Comment 4 for bug 1195910

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

Reviewed: https://review.openstack.org/35318
Committed: http://github.com/openstack/cinder/commit/e58cac5e23f8b1dd17cffa434e1c38da95f1e533
Submitter: Jenkins
Branch: stable/grizzly

commit e58cac5e23f8b1dd17cffa434e1c38da95f1e533
Author: John Griffith <email address hidden>
Date: Fri Jun 28 15:56:46 2013 -0600

    Handle ECONNREFUSED exception in SolidFire driver.

    The SolidFire driver wasn't handling connection exceptions
    during init (capacity updates from scheduler).

    This patch add a try/except wrap around the two places
    that this is called and logs and error rather than crashing
    cinder-volume service.

    Fixes bug: 1195910

    Change-Id: I30347cc0973bbf9dbc30ea02e204560095fc75b4
    (cherry picked from commit d596bfe6562307343858f419062756640000b0c8)