Comment 3 for bug 1256804

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

Reviewed: https://review.openstack.org/59334
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=17e556acf5c33583dcb6ed34bfd5a5fd9c148c9e
Submitter: Jenkins
Branch: master

commit 17e556acf5c33583dcb6ed34bfd5a5fd9c148c9e
Author: Zhiteng Huang <email address hidden>
Date: Mon Dec 2 17:05:08 2013 +0800

    Handle initialize_connection() exception in volume manager

    Due to the fact that several drivers require backend communication to fetch
    connection information for a volume, it's possile that these driver throw
    exceptions while doing that. Currently exceptions can bubble up to volume
    API not being handled. This patch logs exception in volume manager and
    then raises VolumeBackendAPIException to caller.

    Change-Id: Ib3cc152e04ba029dd835a64b0cfb0a77b8a6828e
    Closes-bug: 1256804