Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ###################################################
- #
- # EXPORT
- #
- # To function, all that is required is an EXPORT
- #
- # Define the absolute minimal export
- #
- ###################################################
- EXPORT
- {
- # Export Id (mandatory, each EXPORT must have a unique Export_Id)
- Export_Id = 77;
- # Exported path (mandatory)
- Path = "/";
- # Pseudo Path (required for NFS v4)
- Pseudo = "/";
- # Required for access (default is None)
- # Could use CLIENT blocks instead
- Access_Type = RW;
- # need fix here......................................................
- SecType="sys";
- Protocols = 3,4;
- # Exporting FSAL
- FSAL {
- Name = CEPH;
- }
- }
- CEPH
- {
- ceph_conf = "/home/ali/ceph/build/ceph.conf";
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement