Bug 788998

Summary: setfacl doesn't error out when maximum limit of ACL entries is hit
Product: [Community] GlusterFS Reporter: Anush Shetty <ashetty>
Component: access-controlAssignee: shishir gowda <sgowda>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: mainlineCC: gluster-bugs, nsathyan
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: glusterfs-3.4.0 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-07-24 17:42:10 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 817967    

Description Anush Shetty 2012-02-09 14:41:38 UTC
Description of problem: On GlusterFS, when the maximum limit of ACL entries are hit, it doesn't error out. When tried over native filesystem, EINVAL is returned. 


Version-Release number of selected component (if applicable): 3.3.0qa21

  
Actual results: The exit status returned is 0. 


Expected results: Should return EINVAL

Comment 1 Anand Avati 2012-02-17 05:56:36 UTC
CHANGE: http://review.gluster.com/2759 (storage/posix: reset op_ret to -1 after call to MAKE_INODE_HANDLE) merged in master by Vijay Bellur (vijay)

Comment 2 shishir gowda 2012-02-17 08:49:03 UTC
*** Bug 786810 has been marked as a duplicate of this bug. ***

Comment 3 Anush Shetty 2012-02-27 06:45:15 UTC
Verified with 3.3.0qa23. This issue is fixed now.