I'm using gluster 3.7.5-19 on RHEL 7.2 Gluster periodically stops allowing ACLs. I have it configured in fstab like this: Server.example.com:/dir /mnt glusterfs defaults,_netdev,acl 0 0 Also, the bricks are XFS. It usually works fine, but sometimes after a reboot, one of the nodes won't allow acl operations like setfacl and getfacl. They give the error "Operation not supported". Sometimes it's not even after a reboot; it just stops supporting it. If I unmount and remount, it starts working again. Does anybody have any insight? Thanks, Kyle -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.gluster.org/pipermail/gluster-users/attachments/20160623/3b40318c/attachment.html>
Jiffin Tony Thottan
2016-Jun-24 06:17 UTC
[Gluster-users] setfacl: Operation not supported
On 24/06/16 02:08, Evans, Kyle wrote:> I'm using gluster 3.7.5-19 on RHEL 7.2 Gluster periodically stops > allowing ACLs. I have it configured in fstab like this: > > Server.example.com:/dir /mnt glusterfs defaults,_netdev,acl 0 0 > > > Also, the bricks are XFS. > > It usually works fine, but sometimes after a reboot, one of the nodes > won't allow acl operations like setfacl and getfacl. They give the > error "Operation not supported". >Did u meant client reboot ? Correct me if I am wrong, You have mounted the glusterfs volume with acl enabled and configured in fstab When you reboot client, acl operations are returning error as "Operation not supported". Can please follow the steps if possible after mounting can check the client log (in your example it should be /var/log/glusterfs/mnt.log) and confirm whether following block is present in the vol graph "volume posix-acl-autoload type system/posix-acl subvolumes dir end-volume" Clear the log file before reboot and just check whether same block is present after reboot -- Jiffin> Sometimes it's not even after a reboot; it just stops supporting it. > > If I unmount and remount, it starts working again. Does anybody have > any insight? > > Thanks, > > Kyle > > > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://www.gluster.org/mailman/listinfo/gluster-users-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.gluster.org/pipermail/gluster-users/attachments/20160624/87072bc4/attachment.html>