Bug 1393354

Summary: nfs-ganesha: Issue with Inherited ACLs
Product: Red Hat Gluster Storage Reporter: Soumya Koduri <skoduri>
Component: nfs-ganeshaAssignee: Jiffin <jthottan>
Status: CLOSED WORKSFORME QA Contact: Sachin <sashinde>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rhgs-3.2CC: ffilz, jthottan, kkeithle, mzywusko, ndevos, rhs-bugs, storage-qa-internal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-11-14 05:13:40 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
acl-test.sh none

Description Soumya Koduri 2016-11-09 11:46:03 UTC
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.

Comment 2 Jiffin 2016-11-14 05:13:40 UTC
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.