Comment 6 for bug 1137908

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

Reviewed: https://review.openstack.org/51900
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=432a47cbc03414ca7ee6565c9dbcc91d7bf675fb
Submitter: Jenkins
Branch: master

commit 432a47cbc03414ca7ee6565c9dbcc91d7bf675fb
Author: Edward Hope-Morley <email address hidden>
Date: Tue Oct 15 19:01:06 2013 +0100

    Add support for backing up volume metadata

    This commit adds a new versioned api to the backup driver base
    class which all backup driver implementations should use in order
    to support backing up volume metadata as well as data. The general
    rule here is that we backup all metadata from a set of db tables
    and can then be selective about what we restore.

    As part of this commit, Ceph backup driver implements the new api
    to backup volume metadata (including glance metadata) thus
    supporting restoring volumes as bootable.

    It is expected that the other backup driver implementations will
    follow suit and adopt this approach.

    Implements: blueprint cinder-backup-volume-metadata-support
    Fixes: bug 1137908
    Change-Id: Icf2f1202d827d2435e09f5dad0f6f022f35dceee