<br><br><div class="gmail_quote">On Sat, Jul 30, 2011 at 3:52 AM, Eric <span dir="ltr">&lt;<a href="mailto:campee@gmail.com">campee@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
i&#39;m having difficulty running KVM virtual machines off of a glusterFS volume mounted using the glusterFS client. i am running centOS 6, 64-bit.  <br><br>i am using virt-install to create my images but encountering the following error:<br>

<br>qemu: could not open disk image /mnt/myreplicatestvolume/testvm.img: Invalid argument<br>(see below for a more lengthy version of the error)<br><br></blockquote><div><br></div><div>Looks like your VM image is being attempted to open with O_DIRECT flag which is not supported in FUSE at the moment. You may try to configure your libvirt/qemu settings to open the VM without O_DIRECT. If not you may find <a href="https://github.com/avati/liboindirect">https://github.com/avati/liboindirect</a> useful.</div>
<div><br></div><div>Avati</div></div>