Advertisement
Guest User

Untitled

a guest
Jul 27th, 2020
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. EXPORT
  2. {
  3. # Export Id (mandatory, each EXPORT must have a unique Export_Id)
  4. Export_Id = 77;
  5.  
  6. # Exported path (mandatory)
  7. Path = /nonexistant;
  8.  
  9. # Pseudo Path (required for NFS v4)
  10. Pseudo = /nonexistant;
  11.  
  12. # Required for access (default is None)
  13. # Could use CLIENT blocks instead
  14. Access_Type = RW;
  15.  
  16. # Exporting FSAL
  17. FSAL {
  18. Name = VFS;
  19. }
  20. }
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement