Comment 2 for bug 1136174

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

Reviewed: https://review.openstack.org/23430
Committed: http://github.com/openstack/cinder/commit/15962a4d13334b2265120e67ab4222b119e95c3e
Submitter: Jenkins
Branch: master

commit 15962a4d13334b2265120e67ab4222b119e95c3e
Author: Stephen Mulcahy <email address hidden>
Date: Mon Mar 4 16:10:34 2013 +0000

    swift backup service checks version during restore

    Modified swift backup service to check metadata version during restore
    and raise an error if the backup version isn't a version that the
    service knows how to handle. The versions which can be handled are
    described in a dictionary mapping versions to methods which can handle
    them. This will facilitate graceful handling of newer backup formats by
    the swift backup service when we introduce changes.

    Fixes bug: 1136174

    Change-Id: Id7d05848fd448ce21f641e5cd6945477702cbe38