Comment 2 for bug 1225126

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

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

commit e54f34245880c105225675d9fb91d2ad1997f7ba
Author: Edward Hope-Morley <email address hidden>
Date: Fri Sep 13 15:20:03 2013 -0400

    Fixes ceph volume restore to larger image than source

    If a backup is restored to a volume that is bigger than the
    backup itself, which could be the case if --volume-id is
    supplied, we need the option to set extraneous extents to zero
    i.e. set extents after those from the backup to zero.

    Change-Id: I3c226b9e7429371f6cd9b9bd81071ff765712975
    Fixes: bug 1225126