### 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 brick0-locks type features/posix-locks subvolumes brick0 end-volume volume brick1 type storage/posix # POSIX FS translator option directory /mnt/brick1 # Export this directory end-volume volume brick1-locks type features/posix-locks subvolumes brick1 end-volume volume brick2 type storage/posix # POSIX FS translator option directory /mnt/brick2 # Export this directory end-volume volume brick2-locks type features/posix-locks subvolumes brick2 end-volume volume brick3 type storage/posix # POSIX FS translator option directory /mnt/brick3 # Export this directory end-volume volume brick3-locks type features/posix-locks subvolumes brick3 end-volume volume brick4 type storage/posix # POSIX FS translator option directory /mnt/brick4 # Export this directory end-volume volume brick4-locks type features/posix-locks subvolumes brick4 end-volume volume brick5 type storage/posix # POSIX FS translator option directory /mnt/brick5 # Export this directory end-volume volume brick5-locks type features/posix-locks subvolumes brick5 end-volume volume brick6 type storage/posix # POSIX FS translator option directory /mnt/brick6 # Export this directory end-volume volume brick6-locks type features/posix-locks subvolumes brick6 end-volume volume brick-ns type storage/posix # POSIX FS translator option directory /mnt/brick-ns # Export this directory end-volume volume brick-ns-locks type features/posix-locks subvolumes brick-ns 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-locks brick1-locks brick2-locks brick3-locks brick4-locks brick5-locks brick6-locks brick-ns-locks option auth.addr.brick0-locks.allow 127.0.0.1,192.168.1.1 option auth.addr.brick1-locks.allow 127.0.0.1,192.168.1.1 option auth.addr.brick2-locks.allow 127.0.0.1,192.168.1.1 option auth.addr.brick3-locks.allow 127.0.0.1,192.168.1.1 option auth.addr.brick4-locks.allow 127.0.0.1,192.168.1.1 option auth.addr.brick5-locks.allow 127.0.0.1,192.168.1.1 option auth.addr.brick6-locks.allow 127.0.0.1,192.168.1.1 option auth.addr.brick-ns-locks.allow 127.0.0.1,192.168.1.1 end-volume