Comment 64 for bug 1415087

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

Reviewed: https://review.openstack.org/191865
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=d31c937c566005dedf41a60c6b5bd5e7b26f221b
Submitter: Jenkins
Branch: stable/juno

commit d31c937c566005dedf41a60c6b5bd5e7b26f221b
Author: Eric Harney <email address hidden>
Date: Tue Mar 31 19:48:17 2015 -0400

    Disallow backing files when uploading volumes to image

    Volumes with a header referencing a backing file can leak
    file data into the destination image when uploading a
    volume to an image.

    Halt the upload process if the volume data references a
    backing file to prevent this.

    Closes-Bug: #1415087
    Change-Id: Iab9718794e7f7e8444015712cfa08c46848ebf78
    (cherry picked from commit 9634b76ba5886d6c2f2128d550cb005dabf48213)
    Conflicts:
        cinder/tests/test_image_utils.py (backport to old tests)