Comment 8 for bug 1228223

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

Reviewed: https://review.openstack.org/48460
Committed: http://github.com/openstack/cinder/commit/bd5c3f5a0e3449a4a384090ae4dba75c4cdcf4da
Submitter: Jenkins
Branch: master

commit bd5c3f5a0e3449a4a384090ae4dba75c4cdcf4da
Author: Edward Hope-Morley <email address hidden>
Date: Thu Sep 26 00:13:42 2013 +0100

    Fixes backup with multiple volume backend

    The backup service now keeps a dictionary of managers
    for each type of volume backend. If multi backend is
    not in use (and volume_type is None) the current
    volume_driver is used.

    Change-Id: I66e91f3ce2cffaf2e2d07edfddc08b1480e2a37c
    Fixes: bug 1228223