Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- NFS_CORE_PARAM
- {
- mount_path_pseudo = true;
- NSM_Use_Caller_Name = true;
- #Bind_Addr = 127.0.0.1;
- # Readdir_Max_Count = 16;
- Protocols = 3,4,9p;
- # HAProxy_Hosts = 192.168.1.16;
- # HAProxy_Hosts = 192.168.1.25;
- }
- ###################################################
- #
- # Cache Inode paramters
- #
- ###################################################
- MDCACHE
- {
- # Entries_HWMark = 200;
- # Dir_max = 1;
- # Dir_Chunk = 50;
- # Entries_HWMark = 20;
- # Chunks_HWMark = 20;
- # Dir_Chunk = 5;
- }
- ###################################################
- #
- # NFSv4 Specific configuration stuff
- #
- ###################################################
- NFSv4
- {
- # Lifetime for NFSv4 Leases
- Lease_Lifetime = 20;
- #Lease_Lifetime = 90;
- Graceless = true;
- Enforce_UTF8_Validation = true;
- DomainName = 1234.56787;
- }
- ###################################################
- #
- # Kerberos parameters for use with RPCSEC_GSS
- #
- ###################################################
- NFS_KRB5
- {
- # Principal to be used
- PrincipalName = nfs ;
- # Keytab Path
- KeytabPath = /etc/krb5.keytab ;
- # TRUE = krb5 support enabled
- Active_krb5 = TRUE ;
- }
- CEPH {
- #nothing
- #ceph_conf = "/home/ffilz/ceph/ceph/build/ceph.conf";
- ceph_conf = "/home/ffilz/ganesha/ceph/build/ceph.conf";
- async = false;
- zerocopy = true;
- }
- UNUSED {
- # empty
- }
- FSAL_LIST {
- name = CEPH;
- name = UNUSED;
- }
- _9P {
- Nb_Worker = 2;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement