If you turn on FULL_DEBUG for FSAL, then there should be quite a bit of
useful debug info logged.
Looking at the code, it seems like it should work fine deleting the last
ACE, but it's been a long time since I looked at that code.
Daniel
On 3/31/20 2:24 AM, subhash.arya(a)seagate.com wrote:
Hello all,
We are trying to use ACL functionality for FSAL_VFS and seeing the following issue while
deleting the ACE entries.
1. Get/List file ACL
-bash-4.2$ nfs4_getfacl abc
# file: abc
A::dev1:rxtTncy
A::sub:rxtTncy
2. Delete specified ACE entry from the ACL and check
-bash-4.2$ nfs4_setfacl -x A::dev1:RXT abc
-bash-4.2$ nfs4_getfacl abc
# file: abc
A::sub:rxtTncy
3. Delete the last ACE
bash-4.2$ nfs4_setfacl -x A::sub:RXT abc
4. Check if the last ACE is deleted and it's not.
-bash-4.2$ nfs4_getfacl abc
# file: abc
A::sub:rxtTncy
Inspite of deleting the last ACE, the nfs4_getfacl still shows the deleted ACE. Could
anyone help and let us know if we are missing something here?
Thanks,
Subhash
_______________________________________________
Support mailing list -- support(a)lists.nfs-ganesha.org
To unsubscribe send an email to support-leave(a)lists.nfs-ganesha.org