Was you chmod recursive? (sorry I should have been more explicit) --David
On Tue, Nov 20, 2012 at 12:22 PM, Boylan, James <james.boy...@orbitz.com> wrote: > Ok. None of that seemed to help. Same issue is being experienced. Any other > suggestions? > > I'll continue to investigate the permission settings. > > -- James > > > -----Original Message----- > From: Boylan, James [mailto:james.boy...@orbitz.com] > Sent: Tuesday, November 20, 2012 10:59 AM > To: cloudstack-users@incubator.apache.org > Subject: RE: Libvirt errors preventing System VMs from being created > > Same issue. > > I'm going to do a full restart (To make sure that NFS isn't storing any > permissions) and if that doesn't fix it try disabling SELinux completely as I > don't need it for this situation. I'll respond if it solves it. > > -- James > > > -----Original Message----- > From: David Nalley [mailto:da...@gnsa.us] > Sent: Tuesday, November 20, 2012 10:50 AM > To: cloudstack-users@incubator.apache.org > Subject: Re: Libvirt errors preventing System VMs from being created > > On Tue, Nov 20, 2012 at 11:48 AM, Boylan, James <james.boy...@orbitz.com> > wrote: >> There is SELinux on the NFS server and it is marked as permissive. >> >> The permissions for the directories are: >> /export - >> drwxr-xr-x. root root unconfined_u:object_r:default_t:s0 . >> dr-xr-xr-x. root root system_u:object_r:root_t:s0 .. >> drwxr-xr-x. root root unconfined_u:object_r:default_t:s0 primary >> drwxr-xr-x. root root unconfined_u:object_r:default_t:s0 secondary >> > > try chmod 777 for primary > > --David