amartin

nfs-ganesha config

Nov 5th, 2014
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. EXPORT
  2. {
  3. Export_Id = 80;
  4. Path = "/path/on/remote/server";
  5. FSAL
  6. {
  7. Name = PROXY;
  8. }
  9. Pseudo = "/local/export";
  10. SecType = "sys,krb5";
  11. Access_type = RW;
  12. Filesystem_id = 192.666;
  13. Tag = "test";
  14. }
  15.  
  16. #PROXY
  17. #{
  18. # Remote_Server
  19. # {
  20. # Srv_Addr = "192.168.0.2";
  21. # }
  22. #}
  23.  
  24. NFSv4_Proxy
  25. {
  26. Srv_Addr = 192.168.0.2;
  27.  
  28. NFS_SendSize = 32768 ;
  29. NFS_RecvSize = 32768 ;
  30. Retry_SleepTime = 60 ;
  31. NFS_Proto = "tcp" ;
  32.  
  33. Enable_Handle_Mapping = TRUE;
  34. HandleMap_DB_Dir = "/var/nfs-ganesha/handledbdir/";
  35. HandleMap_Tmp_Dir = "/tmp";
  36. HandleMap_DB_Count = 8;
  37. }
Advertisement
Add Comment
Please, Sign In to add comment