Advertisement
ffilz

Untitled

Feb 3rd, 2017
401
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. ###################################################
  2. #
  3. # EXPORT
  4. #
  5. # To function, all that is required is an EXPORT
  6. #
  7. # Define the absolute minimal export
  8. #
  9. ###################################################
  10.  
  11. EXPORT
  12. {
  13. # Export Id (mandatory, each EXPORT must have a unique Export_Id)
  14. Export_Id = 77;
  15.  
  16. # Exported path (mandatory)
  17. Path = "/";
  18.  
  19. # Pseudo Path (required for NFS v4)
  20. Pseudo = "/";
  21.  
  22. # Required for access (default is None)
  23. # Could use CLIENT blocks instead
  24. Access_Type = RW;
  25.  
  26. # need fix here......................................................
  27. SecType="sys";
  28.  
  29. Protocols = 3,4;
  30.  
  31. # Exporting FSAL
  32. FSAL {
  33. Name = CEPH;
  34. }
  35. }
  36.  
  37. CEPH
  38. {
  39. ceph_conf = "/home/ali/ceph/build/ceph.conf";
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement