Last active
January 26, 2017 09:30
-
-
Save imamdigmi/fc5f2177b4124052006bdf5a11934b56 to your computer and use it in GitHub Desktop.
set authentication on glusterfs volume
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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