Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [root@localhost src]# cat /etc/ganesha/basic21.conf
- ###################################################
- #
- # Cache Inode paramters
- #
- ###################################################
- CacheInode
- {
- # Entries_HWMark = 50;
- Dir_max = 1;
- }
- ###################################################
- #
- # NFSv4 Specific configuration stuff
- #
- ###################################################
- NFSv4
- {
- # Lifetime for NFSv4 Leases
- Lease_Lifetime = 20;
- Graceless = true;
- }
- ###################################################
- #
- # 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/ganesha/ceph/build/ceph.conf";
- }
- EXPORT
- {
- # Export Id (mandatory, each EXPORT must have a unique Export_Id)
- Export_Id = 901;
- # Exported path (mandatory)
- Path = "/ceph";
- # Pseudo Path (required for NFS v4)
- Pseudo = "/export/ceph";
- # Required for access (default is None)
- # Could use CLIENT blocks instead
- Access_Type = RW;
- SecType = "sys";
- Protocols = 3,4;
- MaxRead = 9000000;
- MaxWrite = 9000000;
- Squash = No_Root_Squash;
- # Exporting FSAL
- FSAL {
- Name = CEPH;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement