### file: glusterfs-server.vol # Local volumes exported by the server volume brick0 type storage/posix # POSIX FS translator option directory /mnt/brick0 # Export this directory end-volume volume brick1 type storage/posix # POSIX FS translator option directory /mnt/brick1 # Export this directory end-volume volume brick2 type storage/posix # POSIX FS translator option directory /mnt/brick2 # Export this directory end-volume volume brick3 type storage/posix # POSIX FS translator option directory /mnt/brick3 # Export this directory end-volume volume brick4 type storage/posix # POSIX FS translator option directory /mnt/brick4 # Export this directory end-volume volume brick5 type storage/posix # POSIX FS translator option directory /mnt/brick5 # Export this directory end-volume volume brick6 type storage/posix # POSIX FS translator option directory /mnt/brick6 # Export this directory end-volume volume brick-ns type storage/posix # POSIX FS translator option directory /mnt/brick-ns # Export this directory end-volume # Configure the glusterfs server side features volume server type protocol/server option transport-type tcp/server option client-volume-filename /usr/etc/glusterfs/glusterfs-client.vol subvolumes brick0 brick1 brick2 brick3 brick4 brick5 brick6 brick-ns option auth.ip.brick0.allow 127.0.0.1,192.168.1.1 option auth.ip.brick1.allow 127.0.0.1,192.168.1.1 option auth.ip.brick2.allow 127.0.0.1,192.168.1.1 option auth.ip.brick3.allow 127.0.0.1,192.168.1.1 option auth.ip.brick4.allow 127.0.0.1,192.168.1.1 option auth.ip.brick5.allow 127.0.0.1,192.168.1.1 option auth.ip.brick6.allow 127.0.0.1,192.168.1.1 option auth.ip.brick-ns.allow 127.0.0.1,192.168.1.1 end-volume