Comment 2 for bug 1222907

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

Reviewed: https://review.openstack.org/46763
Committed: http://github.com/openstack/cinder/commit/867b131e09a43ba7ed36267dcdec751abd652f14
Submitter: Jenkins
Branch: master

commit 867b131e09a43ba7ed36267dcdec751abd652f14
Author: Eric Harney <email address hidden>
Date: Mon Sep 9 18:47:00 2013 -0400

    GlusterFS: Copy snap from correct source file

    The GlusterFS driver's copy_volume_from_snapshot was previously
    not parsing the snapshot information to determine which backing
    file to copy from, instead copying from the active file at all
    times. This would result in the wrong data being supplied when
    a volume is cloned from a snapshot.

    Add a test for the copy_volume_from_snapshot method.

    Closes-Bug: #1222907
    Change-Id: Ib829ca1a6812b61845f3b2eb9c5507779fa6ec15