Comment 63 for bug 1415087

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

Reviewed: https://review.openstack.org/191786
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=9634b76ba5886d6c2f2128d550cb005dabf48213
Submitter: Jenkins
Branch: stable/kilo

commit 9634b76ba5886d6c2f2128d550cb005dabf48213
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 b1143ee45323e63b965a3710f9063e65b252c978)