Hi Florian To address the Apparmor issue in Ubuntu 9.10, just add the $ONE_LOCATION/var directory to /etc/apparmor.d/abstractions/libvirt-qemu For example if ONE_LOCATION = /srv/cloud/one then your libvirt-qemu apparmor file should be: ... #include owner @{HOME}/ r, owner @{HOME}/** rw, /srv/cloud/one/var/** rw, The you have to restart the daemon. This should be done in all the worker nodes of the cluster Cheers PS: You are right the text of the issues is totally misleading On Fri, Mar 26, 2010 at 8:56 PM, Florian Kruse