Comment 4 for bug 1705407

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

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

commit a27465512c74678c498680c844e7e9d091785ca0
Author: Eric Harney <email address hidden>
Date: Wed Jul 26 16:13:58 2017 -0400

    Fix image download to volume for iso images

    After changes made in
      b1ebfa4f qemu_img_info: Don't autodetect source format

    ISO image downloads from Glance fail because Cinder
    calls "qemu-img convert -f iso" and "iso" is not a supported
    image format in qemu-img. These should be treated as raw
    images during the download process.

    This would also be true for any other image formats
    supported by Glance that qemu-img cannot convert, but that
    list does not seem to include anything that we previously
    supported with Cinder downloads. (aki/ari, ovf/ova, docker)

    Change-Id: Ifa427b6d9894febd80142f7fb9e2c5ba8bc72e4c
    Closes-Bug: #1705407
    Related-Bug: #1693926