Comment 1 for bug 1163009

Revision history for this message
Vish Ishaya (vishvananda) wrote :

The xml generated by libvirt uses raw for the device type:

    <disk type="file" device="disk">
      <driver name="qemu" type="raw" cache="none"/>
      <source file="/mnt/instances/instance-00000001/disk"/>
      <target bus="virtio" dev="vda"/>
    </disk>

The type should be different depending on the type of the image that is downloaded from glance.