<div dir="ltr"><div class="gmail_default" style="font-family:'courier new',monospace">Well... a reboot of the clusters "solved" that problem.   </div><div class="gmail_default" style="font-family:'courier new',monospace">
<br></div><div class="gmail_default" style="font-family:'courier new',monospace">Onto the next one. </div><div class="gmail_default" style="font-family:'courier new',monospace"><br></div><div class="gmail_default" style="font-family:'courier new',monospace">
Thanks for the help.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jun 21, 2013 at 2:30 PM, Samuel Winchenbach <span dir="ltr"><<a href="mailto:swinchen@gmail.com" target="_blank">swinchen@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:'courier new',monospace">I removed dynamic_ownership=0, restarted libvirtd-bin, qemu-kvm and all the nova-* services.</div>
<div class="gmail_default" style="font-family:'courier new',monospace">
<br></div><div class="gmail_default" style="font-family:'courier new',monospace">I am still getting the same error: libvirtError: internal error Process exited while reading console log output: chardev: opening backend "file" failed: Permission denied</div>

</div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jun 21, 2013 at 2:19 PM, Samuel Winchenbach <span dir="ltr"><<a href="mailto:swinchen@gmail.com" target="_blank">swinchen@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:'courier new',monospace">Also, I am curious  "Ensure that, NOVA-INST-DIR (set with state_path in nova.conf) is same on all hosts."</div>

<div class="gmail_default" style="font-family:'courier new',monospace">
<br></div><div class="gmail_default" style="font-family:'courier new',monospace">should I set state_path=/os-grizzly/nova (My NFS mount) or leave it as /var/lib/nova on each node and set instances_path=/os-grizzly/nova/instances?</div>


<div class="gmail_default" style="font-family:'courier new',monospace"><br></div><div class="gmail_default" style="font-family:'courier new',monospace">It seems like each node should have it's own,unique state_path but I may be wrong.   </div>


<div class="gmail_default" style="font-family:'courier new',monospace"><br></div><div class="gmail_default" style="font-family:'courier new',monospace">Sam</div></div><div><div><div class="gmail_extra">
<br><br><div class="gmail_quote">
On Fri, Jun 21, 2013 at 2:15 PM, Samuel Winchenbach <span dir="ltr"><<a href="mailto:swinchen@gmail.com" target="_blank">swinchen@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div dir="ltr"><div class="gmail_default" style="font-family:'courier new',monospace">Ahhh a "bug" in the documentation?  <a href="http://docs.openstack.org/trunk/openstack-compute/admin/content/configuring-migrations.html" target="_blank">http://docs.openstack.org/trunk/openstack-compute/admin/content/configuring-migrations.html</a></div>



</div><div><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jun 21, 2013 at 2:14 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><div>On Fri, Jun 21, 2013 at 01:57:44PM -0400, Samuel Winchenbach wrote:<br>
> Here is some more information.  I am using Ubuntu 12.04 LTS, I have turned<br>
> off apparmor.<br>
><br>
> Here is my mount: dedup:/big_pool/os-grizzly on /os-grizzly type nfs<br>
> (rw,noatime,nolock,tcp,bg,intr,hard,addr=10.54.90.10)<br>
><br>
> root@test1:/# find /os-grizzly -type d | xargs ls -l -d<br>
> drwxr-xr-x 4 root   root   4 Jun 21 13:39 /os-grizzly<br>
> drwxr-xr-x 3 glance glance 3 Jun  3 10:25 /os-grizzly/glance<br>
> drwxr-x--- 2 glance glance 4 Jun 19 15:41 /os-grizzly/glance/images<br>
> drwxr-xr-x 3 nova   nova   3 Jun 21 13:39 /os-grizzly/nova<br>
> drwxr-xr-x 4 nova   nova   5 Jun 21 13:13 /os-grizzly/nova/instances<br>
> drwxr-xr-x 2 nova   nova   4 Jun 19 15:42 /os-grizzly/nova/instances/_base<br>
> drwxr-xr-x 2 nova   nova   6 Jun 19 15:42 /os-grizzly/nova/instances/locks<br>
><br>
> root@test1:/# grep -RE "^[^#]" /etc/libvirt/*.conf<br>
> /etc/libvirt/libvirtd.conf:listen_tls = 0<br>
> /etc/libvirt/libvirtd.conf:listen_tcp = 1<br>
> /etc/libvirt/libvirtd.conf:unix_sock_group = "libvirtd"<br>
> /etc/libvirt/libvirtd.conf:unix_sock_rw_perms = "0770"<br>
> /etc/libvirt/libvirtd.conf:auth_unix_ro = "none"<br>
> /etc/libvirt/libvirtd.conf:auth_unix_rw = "none"<br>
> /etc/libvirt/libvirtd.conf:auth_tcp = "none"<br>
> /etc/libvirt/qemu.conf:dynamic_ownership = 0<br>
><br>
><br>
> I am stumped.  It was working fine before I made the changed<br>
> (dynamic_ownership, listen_tls, listen_tcp, auth_tcp) and started up the<br>
> other compute nodes.  :/<br>
<br>
</div></div>Do not set 'dynamic_ownership' to 0. If you do this, you are required<br>
to have a mgmt app which knows how to set ownership on all resources<br>
used by QEMU. That option was added as a special hack for oVirt which<br>
can do that, but OpenStack does not support this.<br>
<span><font color="#888888"><br>
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>
</font></span></blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>