After migrating data to ONTAP, NFS4 ACL denies write permission to owner
Applies to
- ONTAP 9
- NFS4 ACL
- Dell Isilon
- NFSv4.x
Issue
- In Dell Isilon,
folderAhas an NFS4 ACE with thefflag, meaning that that files created infolderAare supposed to inherit the ACE::>nfs4_getfacl folderA
# file: folderA/
A:d:OWNER@wax
A:fd:OWNER@rtncy
- In Dell Isilon, NFSv4 client can copy file
fileAinto folderfolderA- The resulting new file has inherited the desired ACE from
folderAand contains the desired contents
- The resulting new file has inherited the desired ACE from
- After migrating
folderAto ONTAP, NFSv4 client cannot copyfileAinto ONTAP'sfolderA-
::> cp fileA folderA
cp: failed to close folderA/fileA: Permission denied - The new copy of
fileAis created, but- its ACL is empy
- its contents are empty
-
