Skip to content

Instantly share code, notes, and snippets.

@imamdigmi
Last active January 26, 2017 09:30
Show Gist options
  • Select an option

  • Save imamdigmi/fc5f2177b4124052006bdf5a11934b56 to your computer and use it in GitHub Desktop.

Select an option

Save imamdigmi/fc5f2177b4124052006bdf5a11934b56 to your computer and use it in GitHub Desktop.
set authentication on glusterfs volume
gluster volume set <volume_name> auth.allow 192.168.7.*
gluster volume set <volume_name> nfs.disable off
gluster volume set <volume_name> nfs.addr-namelookup off
gluster volume set <volume_name> nfs.export-volumes on
gluster volume set <volume_name> nfs.rpc-auth-allow 192.168.7.*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment