Last active
June 2, 2019 13:49
-
-
Save jjbubudi/5b765d16bf1f89df186ca785c7a65ce7 to your computer and use it in GitHub Desktop.
This file contains 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
Nfs_core_param { | |
Enable_NFS_Stats = false; | |
Enable_NLM = false; | |
Protocols = "4"; | |
} | |
Nfs_krb5 { | |
Active_krb5 = false; | |
} | |
Export { | |
Export_Id = 1; | |
Path = "/export"; | |
Pseudo = "/export"; | |
FSAL { | |
name = gluster; | |
hostname = "172.18.0.2"; | |
volume = "export"; | |
} | |
MaxRead = 32768; | |
MaxWrite = 32768; | |
PrefRead = 32768; | |
PrefWrite = 32768; | |
PrefReaddir = 32768; | |
Access_type = RW; | |
Squash = root_squash; | |
Disable_ACL = true; | |
Protocols = "4"; | |
Transports = "TCP"; | |
SecType = "sys"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment