Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- EXPORT
- {
- # Export Id (mandatory, each EXPORT must have a unique Export_Id)
- Export_Id = 901;
- # Exported path (mandatory)
- Path = "/";
- # 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;
- cmount_path = "/";
- }
- }
- #EXPORT
- #{
- # # Export Id (mandatory, each EXPORT must have a unique Export_Id)
- # Export_Id = 902;
- #
- # # Exported path (mandatory)
- # Path = "/one";
- #
- # # Pseudo Path (required for NFS v4)
- # Pseudo = "/export/ceph/one";
- #
- # # 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;
- # cmount_path = "/";
- # }
- #}
- #
- #EXPORT
- #{
- # # Export Id (mandatory, each EXPORT must have a unique Export_Id)
- # Export_Id = 903;
- #
- # # Exported path (mandatory)
- # Path = "/two";
- #
- # # Pseudo Path (required for NFS v4)
- # Pseudo = "/export/ceph/two";
- #
- # # 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;
- # cmount_path = "/";
- # }
- #}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement