GlusterFS Test 6 server config
From Ye Ole Stash
volume posix1
type storage/posix
option directory /mnt/export
end-volume
volume locks1
type features/posix-locks
subvolumes posix1
end-volume
volume brick1
type performance/io-threads
option thread-count 8
subvolumes locks1
end-volume
volume writebehind
type performance/write-behind
option cache-size 3MB # default is equal to aggregate-size
option flush-behind on # default is 'off'
subvolumes brick
end-volume
volume server-tcp
type protocol/server
option transport-type tcp
option auth.ip.writebehind.allow *
option auth.addr.brick1.allow *
option transport.socket.listen-port 6996
option transport.socket.nodelay on
subvolumes writebehind
end-volume