Skip to content

Instantly share code, notes, and snippets.

@jjbubudi
Last active June 2, 2019 13:49
Show Gist options
  • Save jjbubudi/5b765d16bf1f89df186ca785c7a65ce7 to your computer and use it in GitHub Desktop.
Save jjbubudi/5b765d16bf1f89df186ca785c7a65ce7 to your computer and use it in GitHub Desktop.
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