glusterfs access-control xlator function question #2701
Unanswered
jifengzhou
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@jifengzhou It is actually in
Loading acl on the client gives the comprehensive view of the file and what happens below that xlator doesn't matter to it. This makes things easier than to handle all the corner cases that can happen by sending the fop to the underlying filesystem like xfs/zfs. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Glusterfs implements ACL support through features/access-control xlator. I have a question. If brick is a folder created on the XFS file system, xfs itself supports ACL. Why do you need to handle ACL permissions at the Gluster layer? ? When the fop request reaches the XFS file processing, ACL permissions will also be judged. Is it unnecessary for gluster to make this ACL judgment in advance?
I hope everyone can help explain, thanks
Beta Was this translation helpful? Give feedback.
All reactions