Re: [ovirt-users] Rép. : RE: Iso issue

2016-05-12 Thread Arman Khalatyan
Your nfs server should link nobody:nobody users to 36:36: cat /etc/exports /mnt/iso192.168.1.0/24(rw,sync,no_acl,anongid=36,anonuid=36) ___ Users mailing list Users@ovirt.org

Re: [ovirt-users] Rép. : RE: Iso issue

2016-05-11 Thread Jack Greene
That’s why you can’t see it in the engine. UID:GID need to be 36:36. You can test this by manually changing the ownership in the ISO directory. chown 36:36 *.iso Your nfs-server is stripping the UID My exports file looks like [root@s2 ~]# cat /etc/exports /mnt/iso

[ovirt-users] Rép. : RE: Iso issue

2016-05-11 Thread François DIOT
result of ls -l of the /ISO/.../--/ directory : [root@localhost ----]# ls -l total 1923016 -rw-r-. 1 nobody nobody 999292928 11 mai 12:47 fedora_.iso -rw-r-. 1 nobody nobody 999292928 11 mai 15:28 fedora.iso The UID and GID are 0. >>>