Bug 1229569
Summary: | FSAL_GLUSTER : inherit ACLs is not working properly for group write permissions | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Jiffin <jthottan> |
Component: | nfs-ganesha | Assignee: | Jiffin <jthottan> |
Status: | CLOSED ERRATA | QA Contact: | Saurabh <saujain> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | rhgs-3.1 | CC: | annair, ansubram, asrivast, jthottan, kkeithle, mmadhusu, mzywusko, ndevos, nlevinki, saujain, skoduri, vagarwal |
Target Milestone: | --- | ||
Target Release: | RHGS 3.1.0 | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | nfs-ganesha-2.2.0-3 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | 1226802 | Environment: | |
Last Closed: | 2015-07-29 04:59:46 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: | |
Embargoed: | |||
Bug Depends On: | 1215174, 1226802, 1228155, 1229564 | ||
Bug Blocks: | 1202842 |
Description
Jiffin
2015-06-09 06:10:56 UTC
1. create a directory after mounting the volume with vers=4 # mkdir /export/mnt1/vol4/acl_user1_dir7 # nfs4_getfacl /export/mnt1/vol4/acl_user1_dir7 A::OWNER@:rwaDxtTcCy A::GROUP@:rxtcy A::EVERYONE@:rxtcy 2. set the inherit acl # nfs4_setfacl -a "A:gdf:acl_group.blr.redhat.com:rwx" /export/mnt1/vol4/acl_user1_dir7 # nfs4_getfacl /export/mnt1/vol4/acl_user1_dir7 A::OWNER@:rwaDxtTcCy A::GROUP@:rxtcy A:g:acl_group.blr.redhat.com:rwaDxtcy A::EVERYONE@:rxtcy A:fdi:OWNER@:tcy A:fdi:GROUP@:tcy A:fdig:acl_group.blr.redhat.com:rwaDxtcy A:fdi:EVERYONE@:tcy 3. try to write to a file inside the directory of consideration. # su -c "/bin/echo 'hello world' > /export/mnt1/vol4/acl_user1_dir7/file1" acl_user1 # cat /export/mnt1/vol4/acl_user1_dir7/file1 hello world Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2015-1495.html |