Ugh finalmente conseguiu trabalhar, tinha que fazer o seguinte para hackar o recurso all_squash. Eu fiz isso há um tempo e não me lembro por que isso tinha que ser feito, mas sem ele eu não conseguia fazer com que os perms fossem esmagados corretamente.
$ -> ls /mnt/raid/nas
drwxrwxr-x. 2 nas filer repo
drwxrwxr-x. 3 nas filer repo_all_squash_hack
$ -> ls /mnt/raid/nas/file
drwxrwxr-x. 2 nas filer perm
drwxrwxr-x. 3 nas filer perm_all_squash_hack
Em seguida, em / etc / fstab:
/mnt/raid/nas/file/perm_all_squash_hack /mnt/raid/nas/file/perm none bind 0 0
/mnt/raid/nas/repo_all_squash_hack /mnt/raid/nas/repo none bind 0 0
Agora tudo se monta como esperado. Também confirmado via:
$ -> cat /proc/fs/nfs/exports
/mnt/raid/nas 10.1.0.0/18(rw,root_squash,sync,wdelay,no_subtree_check,fsid=0,uuid=d962b590:d8986203:00000000:00000000,sec=1)
/mnt/raid/nas/repo 10.1.0.0/18(rw,root_squash,all_squash,sync,wdelay,no_subtree_check,anonuid=501,anongid=503,uuid=d962b590:d8986203:00000000:00000000,sec=1)
/mnt/raid/nas/file/perm 10.1.0.0/18(rw,root_squash,all_squash,sync,wdelay,no_subtree_check,anonuid=501,anongid=503,uuid=d962b590:d8986203:00000000:00000000,sec=1)