############################################## ### GlusterFS Server Volume Specification ## ############################################## #### CONFIG FILE RULES: ### "#" is comment character. ### - Config file is case sensitive ### - Options within a volume block can be in any order. ### - Spaces or tabs are used as delimitter within a line. ### - Multiple values to options will be : delimitted. ### - Each option should end within a line. ### - Missing or commented fields will assume default values. ### - Blank/commented lines are allowed. ### - Sub-volumes should already be defined above before referring. ### Export volume "brick" with the contents of "/home/export" directory. volume cmt type storage/posix # POSIX FS translator option directory /home/cmt # Export this directory end-volume volume cmt-ns type storage/posix # POSIX FS translator option directory /home/cmt-ns # Export this directory end-volume ### Add network serving capability to above brick. volume cmt-server type protocol/server option transport-type tcp/server # For TCP/IP transport subvolumes cmt cmt-ns option auth.ip.cmt.allow * # Allow access to "brick" volume option auth.ip.cmt-ns.allow * # Allow access to "brick" volume end-volume