Looking for assistance if the following are REAL issues or expected behavior using NFSv4 ACL (on linux ol6 and interoperating with solaris). Thanks in advance. 1) Is there a max # of entries that can be stored in an ACL? If so - what is it (or is dependent on the device)? 2) Is it up to my own implementation instead of the "NFS Client" on the OS to try and keep the ACLs clean/organized/etc? See my next question for further clarification 3) If a user adds the same ACE into an ACL multiple times - then it is actually added multiple times? For example: bash-4.1$ nfs4_setfacl -aA:fd:OWNER@:rwaDdxtTnNCo,A:fdi:EVERYONE@:rxtncy,D::EVERYONE@:DT,A::user1@xxxxxxx:rwaxtc exampleDir bash-4.1$ nfs4_getfacl exampleDir A:fd:OWNER@:rwaDdxtTnNCo A:fdi:EVERYONE@:rxtncy D::EVERYONE@:DT A::user1@xxxxxxx:rwaxtc A:fdig:GROUP@:rxtncy A:fdi:EVERYONE@:rxtncy A::OWNER@:rwaDxtTnNcCoy A:g:GROUP@:rxtncy A::EVERYONE@:rxtncy bash-4.1$ nfs4_setfacl -aA:fd:OWNER@:rwaDdxtTnNCo,A:fdi:EVERYONE@:rxtncy,D::EVERYONE@:DT,A::user1@xxxxxxx:rwaxtc exampleDir bash-4.1$ nfs4_getfacl exampleDir A:fd:OWNER@:rwaDdxtTnNCo A:fdi:EVERYONE@:rxtncy D::EVERYONE@:DT A::user1@xxxxxxx:rwaxtc A:fd:OWNER@:rwaDdxtTnNCo A:fdi:EVERYONE@:rxtncy D::EVERYONE@:DT A::user1@xxxxxxx:rwaxtc A:fdig:GROUP@:rxtncy A:fdi:EVERYONE@:rxtncy A::OWNER@:rwaDxtTnNcCoy A:g:GROUP@:rxtncy A::EVERYONE@:rxtncy 4) ACL "caching" - it appears that if from one client-host - a user alters the ACL and then from another client-host - a user also alters the ACL - then one of the alterations can be lost (if they are within a minute or some cache timeframe). For example: >From a Linux host: bash-4.1$ mkdir nfscache bash-4.1$ bash-4.1$ bash-4.1$ nfs4_getfacl nfscache A:fdig:GROUP@:rxtncy A:fdi:EVERYONE@:rxtncy A::OWNER@:rwaDxtTnNcCoy A:g:GROUP@:rxtncy A::EVERYONE@:rxtncy bash-4.1$ nfs4_setfacl -a A::user1@xxxxxxx:rwaxtc nfscache bash-4.1$ nfs4_getfacl nfscache A::user1@xxxxxxx:rwaxtc A:fdig:GROUP@:rxtncy A:fdi:EVERYONE@:rxtncy A::OWNER@:rwaDxtTnNcCoy A:g:GROUP@:rxtncy A::EVERYONE@:rxtncy Then from Solaris host (we see "user1" was correctly added - but then we add another user: "user2"): bash-4.1$ ls -aldV nfscache/ drwxr-xr-x+ 2 trafert pditdba 2 Oct 30 19:26 nfscache/ user:user1:rwxp--a---c---:-------:allow group@:r-x---a-R-c--s:fdi----:allow everyone@:r-x---a-R-c--s:fdi----:allow owner@:rwxp-DaARWcCos:-------:allow group@:r-x---a-R-c--s:-------:allow everyone@:r-x---a-R-c--s:-------:allow bash-4.1$ chmod A+user:user2:rwxp--a---c---::allow nfscache bash-4.1$ ls -aldV nfscache/ drwxr-xr-x+ 2 trafert pditdba 2 Oct 30 19:26 nfscache/ user:user2:rwxp--a---c---:-------:allow user:user1:rwxp--a---c---:-------:allow group@:r-x---a-R-c--s:fdi----:allow everyone@:r-x---a-R-c--s:fdi----:allow owner@:rwxp-DaARWcCos:-------:allow group@:r-x---a-R-c--s:-------:allow everyone@:r-x---a-R-c--s:-------:allow Then come back to the Linux host (we only see the original setting where "user1" was added - "user2" is missing). Then we add another user "user3". At which point the "user2" addition is completely lost on either hosts: bash-4.1$ nfs4_getfacl nfscache A::user1@xxxxxxx:rwaxtc A:fdig:GROUP@:rxtncy A:fdi:EVERYONE@:rxtncy A::OWNER@:rwaDxtTnNcCoy A:g:GROUP@:rxtncy A::EVERYONE@:rxtncy bash-4.1$ nfs4_setfacl -a A::user3@xxxxxxx:rwaxtc nfscache bash-4.1$ nfs4_getfacl nfscache A::user3@xxxxxxx:rwaxtc A::user1@xxxxxxx:rwaxtc A:fdig:GROUP@:rxtncy A:fdi:EVERYONE@:rxtncy A::OWNER@:rwaDxtTnNcCoy A:g:GROUP@:rxtncy A::EVERYONE@:rxtncy Back on Solaris - "user2" is also lost: bash-4.1$ ls -aldV nfscache/ drwxr-xr-x+ 2 trafert pditdba 2 Oct 30 19:28 nfscache/ user:user3:rwxp--a---c---:-------:allow user:user1:rwxp--a---c---:-------:allow group@:r-x---a-R-c--s:fdi----:allow everyone@:r-x---a-R-c--s:fdi----:allow owner@:rwxp-DaARWcCos:-------:allow group@:r-x---a-R-c--s:-------:allow everyone@:r-x---a-R-c--s:-------:allow -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html