Hide Forgot
Created attachment 1218922 [details] acl-test.sh Description of problem: While testing ACL functionality on NFSv4 mount using NFS-Ganesha, we found that inherited ACLs are not working as expected in certain cases. Attaching the script we have used to test. Version-Release number of selected component (if applicable): nfs-ganesha-2.4.1-1 How reproducible: Always Steps to Reproduce: 1. Set an inherited ACL on a file with RW access permissions to a named group 2. Try to write to that file as a user from that group 3. Actual results: The write fails with Permission Denied error. Expected results: Write should succeed. Additional info: Attached the test-script for reference.
The issue is not seen with dowstream bits. I have hit issue with upstream bits once. But when cleaned up everything , issue is no more reproducible. Hence for the time being I am closing this bug. Please reopen this bug if issue hits again.