<div dir="ltr">I am trying to take one of virtual appliances available on <a href="https://www.graylog.org/download">https://www.graylog.org/download</a>.  I have the tried to import the VMware OVA through the ovirt GUI but it fails with &quot;Failed to load VM configuration from OVA file: /tmp/graylog-2.1.2-1.ova&quot;.  /tmp/graylog-2.1.2-1.ova is the location of the file on the webclient.<br><br>So I try to use the openstack image. From my ovirt host:<br><br># unzip graylog-2.1.2-1.qcow2.gz<br><br># qemu-img info /tmp/graylog-2.1.2-1.qcow2 <br>image: /tmp/graylog-2.1.2-1.qcow2<br>file format: qcow2<br>virtual size: 5.9G (6291456000 bytes)<br>disk size: 5.8G<br>cluster_size: 65536<br>Format specific information:<br>    compat: 1.1<br>    lazy refcounts: false<br>    refcount bits: 16<br>    corrupt: false<br><br>I create a VM in ovirt named graylog with a disk sized at 25 GB<br><br>I locate the the disk id that the VM graylog has in the ovirt GUI.<br><br>1dae7037-73d5-4f11-b7da-c5d1a6aa36b7<br><br># qemu-img convert -O raw /tmp/graylog-2.1.2-1.qcow2 /rhev/data-center/mnt/blockSD/6643dec0-12b2-4764-9473-a86975ef523d/images/1dae7037-73d5-4f11-b7da-c5d1a6aa36b7/17a57535-77d1-4b3f-a0b4-a6f9b7717b4a<br><br>I then try to start the VM and get in both the vdsm.log and GUI:<br><br>2017-01-21T01:06:37.145854Z qemu-kvm: -drive file=/rhev/data-center/00000001-0001-0001-0001-0000000002ad/6643dec0-12b2-4764-9473-a86975ef523d/images/1dae7037-73d5-4f11-b7da-c5d1a6aa36b7/17a57535-77d1-4b3f-a0b4-a6f9b7717b4a,format=raw,if=none,id=drive-virtio-disk0,serial=1dae7037-73d5-4f11-b7da-c5d1a6aa36b7,cache=none,werror=stop,rerror=stop,aio=threads: Could not open &#39;/rhev/data-center/00000001-0001-0001-0001-0000000002ad/6643dec0-12b2-4764-9473-a86975ef523d/images/1dae7037-73d5-4f11-b7da-c5d1a6aa36b7/17a57535-77d1-4b3f-a0b4-a6f9b7717b4a&#39;: Permission denied<br>Thread-2666080::INFO::2017-01-20 17:06:37,321::vm::1308::virt.vm::(setDownStatus) vmId=`a1257117-e3f8-4896-9ab4-1b010298f282`::Changed state to Down: internal error: qemu unexpectedly closed the monitor:<br>(process:23124): GLib-WARNING **: gmem.c:482: custom memory allocation vtable not supported.<br><br><br>Thanks in advance.<br><br>-Alex<br></div>