Displaying 5 results from an estimated 5 matches for "mhanbi".
Did you mean:
mhanby
2010 Nov 13
3
Gluster At SC10 ?
Howdy, are any of the Gluster folks going to SC10 next week?
Mike
2010 Nov 11
1
NFS Mounted GlusterFS, secondary groups not working
Howdy,
I have a GlusterFS 3.1 volume being mounted on a client using NFS. From the client I created a directory under the mount point and set the permissions to root:groupa 750
My user account is a member of groupa on the client, yet I am unable to list the contents of the directory:
$ ls -l /gfs/dir1
ls: /gfs/dir1/: Permission denied
$ ls -ld /gfs/dir1
rwxr-x--- 9 root groupa 73728 Nov 9
2011 Mar 30
1
Disabling NFS
Howdy,
With 3.1.3 the option was added to disable the builtin Gluster NFS.
Does that mean that the following scenario should work:
1. Disable Gluster NFS "gluster volume set <VOLUME> nfs.disable on"
2. Restart the gluster servers for good measure
3. On one of the gluster servers, mount the volume using the gluster fuse client:
mkdir /export/users
# In /etc/fstab add
2010 Nov 10
1
ACL with GlusterFS 3.1?
Howdy,
Are access control lists (ACL, i.e. setfacl / getfacl) supported in GlusterFS 3.1?
If yes, beyond mounting the bricks with "defaults,acl" what do I need to do to enable ACL for both NFS and native Gluster clients?
Google isn't returning anything useful on this topic.
Thanks,
Mike
=================================
Mike Hanby
mhanby at uab.edu
UAB School of Engineering
2011 Sep 07
2
Gluster-users Digest, Vol 41, Issue 16
Hi Phil,
we?d the same Problem, try to compile with debug options.
Yes this sounds strange but it help?s when u are using SLES, the
glusterd works ok and u can start to work with it.
just put
exportCFLAGS='-g3 -O0'
between %build and %configure in the glusterfs spec file.
But be warned don?t use it with important data especially when u are
planing to use the replication feature,