Can't seem to get around it >.<. Below are the current permissions on the folder in one of the compute nodes.<div>I've already tried chmod o+x /var/lib/nova/instances/ but nothing happend :/<br><div><br></div>
<div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">gsd@cloud33:~$ ls -l /var/lib/nova/instances/<br>total 4<br>
drwxrwxr-x 2 nova nova 4096 Jul  3 13:33 _base<br>gsd@cloud33:~$ ls -l /var/lib/nova/          <br>total 136<br>drwxr-xr-x 6 nova nova   4096 Jul  3 13:11 CA<br>drwxr-xr-x 2 nova nova   4096 Jun 25 20:11 buckets<br>drwxr-xr-x 2 nova nova   4096 Jun 25 20:11 images<br>
drwxr-xr-x 3 nova nova   4096 Jul  4 15:45 instances<br>drwxr-xr-x 2 nova nova   4096 Jun 25 20:11 keys<br>drwxr-xr-x 2 nova nova   4096 Jun 25 20:11 networks<br>-rw------- 1 nova nova 104448 Jul  3 13:13 nova.sqlite<br>drwxr-xr-x 2 nova nova   4096 Jun 25 20:11 tmp</blockquote>
<br><div class="gmail_quote">On Wed, Jul 4, 2012 at 4:35 PM, Daniel P. Berrange <span dir="ltr"><<a href="mailto:berrange@redhat.com" target="_blank">berrange@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Wed, Jul 04, 2012 at 04:24:42PM +0100, Leander Bessa Beernaert wrote:<br>
> Ok. so i have added the option you mentioned, restarted nfs and remounted<br>
> on the compute nodes.<br>
><br>
> Now i get this error: <a href="http://paste.openstack.org/show/19260/" target="_blank">http://paste.openstack.org/show/19260/</a><br>
<br>
</div>  libvirtError: internal error Process exited while reading console log output: chardev: opening backend "file" failed: Permission denied<br>
<br>
<br>
This is an error from QEMU itself. So it shows libvirtd has successfully<br>
done its part of the work. Unless you have changed your qemu.conf file,<br>
then QEMU will normally run as the 'qemu:qemu' user/group pair. So you<br>
should make sure that user account has r-x permission on the directory<br>
where the images are stored. QEMU doesn't need write permission on<br>
the directory - libvirtd makes sure the files themselves are writable<br>
<br>
Regards,<br>
<div class="HOEnZb"><div class="h5">Daniel<br>
--<br>
|: <a href="http://berrange.com" target="_blank">http://berrange.com</a>      -o-    <a href="http://www.flickr.com/photos/dberrange/" target="_blank">http://www.flickr.com/photos/dberrange/</a> :|<br>
|: <a href="http://libvirt.org" target="_blank">http://libvirt.org</a>              -o-             <a href="http://virt-manager.org" target="_blank">http://virt-manager.org</a> :|<br>
|: <a href="http://autobuild.org" target="_blank">http://autobuild.org</a>       -o-         <a href="http://search.cpan.org/~danberr/" target="_blank">http://search.cpan.org/~danberr/</a> :|<br>
|: <a href="http://entangle-photo.org" target="_blank">http://entangle-photo.org</a>       -o-       <a href="http://live.gnome.org/gtk-vnc" target="_blank">http://live.gnome.org/gtk-vnc</a> :|<br>
</div></div></blockquote></div><br></div></div>