volume name_space type storage/posix option directory /locfsb/name_space end-volume volume brick_1 type storage/posix # POSIX FS translator option directory /locfs/brick # Export this directory end-volume volume brick1 type features/posix-locks # POSIX FS translator subvolumes brick_1 end-volume volume brick_2 type storage/posix # POSIX FS translator option directory /locfsb/brick # Export this directory end-volume volume brick2 type features/posix-locks # POSIX FS translator subvolumes brick_2 end-volume volume server type protocol/server option transport-type tcp/server # For TCP/IP transport # option listen-port 6996 # Default is 6996 # option client-volume-filename /etc/glusterfs/glusterfs-client.vol subvolumes brick1 brick2 name_space option auth.ip.brick1.allow 192.168.13.* # Allow access to "brick1" volume option auth.ip.brick2.allow 192.168.13.* # Allow access to "brick2" volume option auth.ip.name_space.allow 192.168.13.* # Allow access to "name_space" volume end-volume