[ovirt-users] Re: Still having NFS issues. (Permissions)

2019-12-15 Thread Shani Leviim
Hi Robert, I've found this one: https://www.ovirt.org/develop/troubleshooting-nfs-storage-issues.html IIRC, you don't need to use 'chown 36:36 /storage/', since no squash mode needed. Can you please share the result of 'cat /etc/exports'? It is supposed to be of the form: /storage *(rw,sync,

[ovirt-users] Re: Still having NFS issues. (Permissions)

2019-12-14 Thread Robert Webb
So I did some testing and and removed the "all_squash,anonuid=36,anongid=36", set all the image directories to 0755, added libvirt to the kvm group, then rebooted. After doing so, sanlock had no access to the directories and neither did libvert. Leaving everything else alone, I changed the the

[ovirt-users] Re: Still having NFS issues. (Permissions)

2019-12-14 Thread Robert Webb
It also appears that sanlock needs AT LEAST rw permissions on the group as rx breaks it per logs. ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy

[ovirt-users] Re: Still having NFS issues. (Permissions)

2019-12-12 Thread Nir Soffer
On Thu, Dec 12, 2019 at 6:36 PM Milan Zamazal wrote: > > Strahil writes: > > > Why do you use 'all_squash' ? > > > > all_squashMap all uids and gids to the anonymous user. Useful for > > NFS-exported public FTP directories, news spool directories, etc. The > > opposite option is no_all_squash, w

[ovirt-users] Re: Still having NFS issues. (Permissions)

2019-12-12 Thread Nir Soffer
On Fri, Dec 13, 2019 at 1:39 AM Nir Soffer wrote: > > On Tue, Dec 10, 2019 at 4:35 PM Robert Webb wrote: > > ... > > >https://ovirt.org/develop/troubleshooting-nfs-storage-issues.html > > > > > >Generally speaking: > > > > > >Files there are created by vdsm (vdsmd), but are used (when running VMs

[ovirt-users] Re: Still having NFS issues. (Permissions)

2019-12-12 Thread Nir Soffer
On Tue, Dec 10, 2019 at 4:35 PM Robert Webb wrote: ... > >https://ovirt.org/develop/troubleshooting-nfs-storage-issues.html > > > >Generally speaking: > > > >Files there are created by vdsm (vdsmd), but are used (when running VMs) > >by qemu. So both of them need access. > > So the link to the NF

[ovirt-users] Re: Still having NFS issues. (Permissions)

2019-12-12 Thread Milan Zamazal
Strahil writes: > Why do you use 'all_squash' ? > > all_squashMap all uids and gids to the anonymous user. Useful for > NFS-exported public FTP directories, news spool directories, etc. The > opposite option is no_all_squash, which is the default setting. AFAIK all_squash,anonuid=36,anongid=36

[ovirt-users] Re: Still having NFS issues. (Permissions)

2019-12-10 Thread Strahil
Why do you use 'all_squash' ? all_squashMap all uids and gids to the anonymous user. Useful for NFS-exported public FTP directories, news spool directories, etc. The opposite option is  no_all_squash, which is the default setting. Best Regards, Strahil NikolovOn Dec 10, 2019 07:46, Tony Brian A

[ovirt-users] Re: Still having NFS issues. (Permissions)

2019-12-10 Thread Robert Webb
all the help. ____________ From: Yedidyah Bar David Sent: Tuesday, December 10, 2019 2:36 AM To: Tony Brian Albers Cc: users@ovirt.org; Robert Webb Subject: Re: [ovirt-users] Re: Still having NFS issues. (Permissions) On Tue, Dec 10, 2019 at 7:52 AM Tony Brian Alber

[ovirt-users] Re: Still having NFS issues. (Permissions)

2019-12-09 Thread Yedidyah Bar David
On Tue, Dec 10, 2019 at 7:52 AM Tony Brian Albers wrote: > > On Mon, 2019-12-09 at 18:43 +, Robert Webb wrote: > > To add, the 757 permission does not need to be on the .lease or the > > .meta files. > > > > https://lists.ovirt.org/archives/list/users@ovirt.org/message/KZF6RCSRW2QV3PUEJCJW5DZ5

[ovirt-users] Re: Still having NFS issues. (Permissions)

2019-12-09 Thread Tony Brian Albers
On Mon, 2019-12-09 at 18:43 +, Robert Webb wrote: > To add, the 757 permission does not need to be on the .lease or the > .meta files. > > https://lists.ovirt.org/archives/list/users@ovirt.org/message/KZF6RCSRW2QV3PUEJCJW5DZ54DLAOGAA/ Good morning, Check SELinux just in case. Here's my conf

[ovirt-users] Re: Still having NFS issues. (Permissions)

2019-12-09 Thread Robert Webb
To add, the 757 permission does not need to be on the .lease or the .meta files. ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Co