Bug 1238561
Summary: | FSAL_GLUSTER : nfs4_getfacl do not display DENY entries | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Jiffin <jthottan> |
Component: | nfs-ganesha | Assignee: | Jiffin <jthottan> |
Status: | CLOSED ERRATA | QA Contact: | Matt Zywusko <mzywusko> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rhgs-3.1 | CC: | akhakhar, asriram, asrivast, bmohanra, byarlaga, jthottan, kkeithle, mzywusko, ndevos, nlevinki, sankarshan, skoduri, smohan |
Target Milestone: | --- | Keywords: | ZStream |
Target Release: | RHGS 3.1.2 | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | nfs-ganesha-2.2.0-10 | Doc Type: | Bug Fix |
Doc Text: |
Although Deny entires are handled in nfs4_setfacl, it cannot be stored in the backend(DENY entry cannot connvert in POSIX acl). Due to this, DENY entries won't display in nfs4_getfacl. With this fix, posix acl are populated based on both ALLOW and DENY entry using algorthim mentioned in https://tools.ietf.org/html/draft-ietf-nfsv4-acl-mapping-05. nfs4_getfacl will now print the DENY entries if necessary.
|
Story Points: | --- |
Clone Of: | 1238558 | Environment: | |
Last Closed: | 2016-03-01 05:27:58 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: | 1238558, 1251471 | ||
Bug Blocks: | 1216951, 1260783 |
Description
Jiffin
2015-07-02 07:16:53 UTC
The only know issue here DENY entries won't display when u call nfs4_getfacl(). But DENY entries will handle properly with in the current implementation, i.e there is no functionality issue with DENY entries. The user should understand that if the permission bit is not set in ALLOW entry it should be considered as DENY Doc text is edited. Please sign off to be included in Known Issues. Verified the doc text Moving the devel acks since this bug depends on BZ1251471, that bug depend on another two bugs . So can defer to next release. The fix is only merged on upstream ganesha. The patch merged in upstream https://review.gerrithub.io/#/c/241287/ # nfs4_getfacl /mnt/acl_test/file2 A::OWNER@:rwatTcCy A::1601:rwatcy D::niels@.eng.blr.redhat.com:rwa A::niels@.eng.blr.redhat.com:tcy A::GROUP@:rwatcy A::EVERYONE@:watcy The deny entry is getting displayed. verified on nfs-ganesha-2.2.0-10.el7rhgs.x86_64 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/RHBA-2016-0193.html |