Hello, Here is my /etc/fstab entry to mount my gluster on the client : nas01.example.com:/data /data glusterfs defaults,acl,log-level=WARNING,log-file=/var/log/glusterfs/gluster.log 0 0 I noticed that the logfile has 600 permission : -rw------- 1 root root 2248 f?vr. 21 17:19 gluster.log However I would like to read this file with a non-root user (for monitoring), is there a way to properly set file permission or owner/group ? mount option ? Regards