Hi All,

I noticed a very weird phenomenon when I'm copying data (200KB image files) to our glusterfs storage. When I run only run client, it copies roughly 20 files per second and as soon as I start a second client on another machine, the copy rate of the first client immediately degrade to 5 files per second. When I stop the second client, the first client will immediately speed up to the original 20 files per second. When I run 15 clients, the aggregate throughput is about 8 files per second, much worse than running only one client. Neither CPU nor network is saturated. My volume file is attached. The servers are running on a 66 node cluster and the clients are a 15-node cluster.

We have 33x2 servers and at most 15 separate machines, with each server serving < 0.5 clients on average. I cannot think of a reason for a distributed system to behave like this. There must be some kind of central access point.

- Wei





volume posix0
type storage/posix
option directory /state/partition1/gluster
end-volume

volume lock0
type features/locks
subvolumes posix0
end-volume

volume brick0
type performance/io-threads
option thread-count 4
subvolumes lock0
end-volume

volume posix1
type storage/posix
option directory /state/partition2/gluster
end-volume

volume lock1
type features/locks
subvolumes posix1
end-volume

volume brick1
type performance/io-threads
option thread-count 4
subvolumes lock1
end-volume

volume posix2
type storage/posix
option directory /state/partition3/gluster
end-volume

volume lock2
type features/locks
subvolumes posix2
end-volume

volume brick2
type performance/io-threads
option thread-count 4
subvolumes lock2
end-volume

volume posix3
type storage/posix
option directory /state/partition4/gluster
end-volume

volume lock3
type features/locks
subvolumes posix3
end-volume

volume brick3
type performance/io-threads
option thread-count 4
subvolumes lock3
end-volume

volume server
type protocol/server
option transport-type tcp
option transport.socket.listen-port 7001
option auth.addr.brick0.allow *.*.*.*
option auth.addr.brick1.allow *.*.*.*
option auth.addr.brick2.allow *.*.*.*
option auth.addr.brick3.allow *.*.*.*
subvolumes brick0 brick1 brick2 brick3
end-volume


volume brick-0-0-0
type protocol/client
option transport-type tcp
option remote-host c8-0-0
option remote-port 7001
option remote-subvolume brick0
end-volume

volume brick-0-0-1
type protocol/client
option transport-type tcp
option remote-host c8-1-0
option remote-port 7001
option remote-subvolume brick0
end-volume

volume rep-0-0
type cluster/replicate
subvolumes brick-0-0-0 brick-0-0-1
end-volume

volume brick-0-1-0
type protocol/client
option transport-type tcp
option remote-host c8-0-0
option remote-port 7001
option remote-subvolume brick1
end-volume

volume brick-0-1-1
type protocol/client
option transport-type tcp
option remote-host c8-1-0
option remote-port 7001
option remote-subvolume brick1
end-volume

volume rep-0-1
type cluster/replicate
subvolumes brick-0-1-0 brick-0-1-1
end-volume

volume brick-0-2-0
type protocol/client
option transport-type tcp
option remote-host c8-0-0
option remote-port 7001
option remote-subvolume brick2
end-volume

volume brick-0-2-1
type protocol/client
option transport-type tcp
option remote-host c8-1-0
option remote-port 7001
option remote-subvolume brick2
end-volume

volume rep-0-2
type cluster/replicate
subvolumes brick-0-2-0 brick-0-2-1
end-volume

volume brick-0-3-0
type protocol/client
option transport-type tcp
option remote-host c8-0-0
option remote-port 7001
option remote-subvolume brick3
end-volume

volume brick-0-3-1
type protocol/client
option transport-type tcp
option remote-host c8-1-0
option remote-port 7001
option remote-subvolume brick3
end-volume

volume rep-0-3
type cluster/replicate
subvolumes brick-0-3-0 brick-0-3-1
end-volume

volume brick-1-0-0
type protocol/client
option transport-type tcp
option remote-host c8-0-1
option remote-port 7001
option remote-subvolume brick0
end-volume

volume brick-1-0-1
type protocol/client
option transport-type tcp
option remote-host c8-1-1
option remote-port 7001
option remote-subvolume brick0
end-volume

volume rep-1-0
type cluster/replicate
subvolumes brick-1-0-0 brick-1-0-1
end-volume

volume brick-1-1-0
type protocol/client
option transport-type tcp
option remote-host c8-0-1
option remote-port 7001
option remote-subvolume brick1
end-volume

volume brick-1-1-1
type protocol/client
option transport-type tcp
option remote-host c8-1-1
option remote-port 7001
option remote-subvolume brick1
end-volume

volume rep-1-1
type cluster/replicate
subvolumes brick-1-1-0 brick-1-1-1
end-volume

volume brick-1-2-0
type protocol/client
option transport-type tcp
option remote-host c8-0-1
option remote-port 7001
option remote-subvolume brick2
end-volume

volume brick-1-2-1
type protocol/client
option transport-type tcp
option remote-host c8-1-1
option remote-port 7001
option remote-subvolume brick2
end-volume

volume rep-1-2
type cluster/replicate
subvolumes brick-1-2-0 brick-1-2-1
end-volume

volume brick-1-3-0
type protocol/client
option transport-type tcp
option remote-host c8-0-1
option remote-port 7001
option remote-subvolume brick3
end-volume

volume brick-1-3-1
type protocol/client
option transport-type tcp
option remote-host c8-1-1
option remote-port 7001
option remote-subvolume brick3
end-volume

volume rep-1-3
type cluster/replicate
subvolumes brick-1-3-0 brick-1-3-1
end-volume

volume brick-2-0-0
type protocol/client
option transport-type tcp
option remote-host c8-0-2
option remote-port 7001
option remote-subvolume brick0
end-volume

volume brick-2-0-1
type protocol/client
option transport-type tcp
option remote-host c8-1-2
option remote-port 7001
option remote-subvolume brick0
end-volume

volume rep-2-0
type cluster/replicate
subvolumes brick-2-0-0 brick-2-0-1
end-volume

volume brick-2-1-0
type protocol/client
option transport-type tcp
option remote-host c8-0-2
option remote-port 7001
option remote-subvolume brick1
end-volume

volume brick-2-1-1
type protocol/client
option transport-type tcp
option remote-host c8-1-2
option remote-port 7001
option remote-subvolume brick1
end-volume

volume rep-2-1
type cluster/replicate
subvolumes brick-2-1-0 brick-2-1-1
end-volume

volume brick-2-2-0
type protocol/client
option transport-type tcp
option remote-host c8-0-2
option remote-port 7001
option remote-subvolume brick2
end-volume

volume brick-2-2-1
type protocol/client
option transport-type tcp
option remote-host c8-1-2
option remote-port 7001
option remote-subvolume brick2
end-volume

volume rep-2-2
type cluster/replicate
subvolumes brick-2-2-0 brick-2-2-1
end-volume

volume brick-2-3-0
type protocol/client
option transport-type tcp
option remote-host c8-0-2
option remote-port 7001
option remote-subvolume brick3
end-volume

volume brick-2-3-1
type protocol/client
option transport-type tcp
option remote-host c8-1-2
option remote-port 7001
option remote-subvolume brick3
end-volume

volume rep-2-3
type cluster/replicate
subvolumes brick-2-3-0 brick-2-3-1
end-volume

volume brick-3-0-0
type protocol/client
option transport-type tcp
option remote-host c8-0-3
option remote-port 7001
option remote-subvolume brick0
end-volume

volume brick-3-0-1
type protocol/client
option transport-type tcp
option remote-host c8-1-3
option remote-port 7001
option remote-subvolume brick0
end-volume

volume rep-3-0
type cluster/replicate
subvolumes brick-3-0-0 brick-3-0-1
end-volume

volume brick-3-1-0
type protocol/client
option transport-type tcp
option remote-host c8-0-3
option remote-port 7001
option remote-subvolume brick1
end-volume

volume brick-3-1-1
type protocol/client
option transport-type tcp
option remote-host c8-1-3
option remote-port 7001
option remote-subvolume brick1
end-volume

volume rep-3-1
type cluster/replicate
subvolumes brick-3-1-0 brick-3-1-1
end-volume

volume brick-3-2-0
type protocol/client
option transport-type tcp
option remote-host c8-0-3
option remote-port 7001
option remote-subvolume brick2
end-volume

volume brick-3-2-1
type protocol/client
option transport-type tcp
option remote-host c8-1-3
option remote-port 7001
option remote-subvolume brick2
end-volume

volume rep-3-2
type cluster/replicate
subvolumes brick-3-2-0 brick-3-2-1
end-volume

volume brick-3-3-0
type protocol/client
option transport-type tcp
option remote-host c8-0-3
option remote-port 7001
option remote-subvolume brick3
end-volume

volume brick-3-3-1
type protocol/client
option transport-type tcp
option remote-host c8-1-3
option remote-port 7001
option remote-subvolume brick3
end-volume

volume rep-3-3
type cluster/replicate
subvolumes brick-3-3-0 brick-3-3-1
end-volume

volume brick-4-0-0
type protocol/client
option transport-type tcp
option remote-host c8-0-4
option remote-port 7001
option remote-subvolume brick0
end-volume

volume brick-4-0-1
type protocol/client
option transport-type tcp
option remote-host c8-1-4
option remote-port 7001
option remote-subvolume brick0
end-volume

volume rep-4-0
type cluster/replicate
subvolumes brick-4-0-0 brick-4-0-1
end-volume

volume brick-4-1-0
type protocol/client
option transport-type tcp
option remote-host c8-0-4
option remote-port 7001
option remote-subvolume brick1
end-volume

volume brick-4-1-1
type protocol/client
option transport-type tcp
option remote-host c8-1-4
option remote-port 7001
option remote-subvolume brick1
end-volume

volume rep-4-1
type cluster/replicate
subvolumes brick-4-1-0 brick-4-1-1
end-volume

volume brick-4-2-0
type protocol/client
option transport-type tcp
option remote-host c8-0-4
option remote-port 7001
option remote-subvolume brick2
end-volume

volume brick-4-2-1
type protocol/client
option transport-type tcp
option remote-host c8-1-4
option remote-port 7001
option remote-subvolume brick2
end-volume

volume rep-4-2
type cluster/replicate
subvolumes brick-4-2-0 brick-4-2-1
end-volume

volume brick-4-3-0
type protocol/client
option transport-type tcp
option remote-host c8-0-4
option remote-port 7001
option remote-subvolume brick3
end-volume

volume brick-4-3-1
type protocol/client
option transport-type tcp
option remote-host c8-1-4
option remote-port 7001
option remote-subvolume brick3
end-volume

volume rep-4-3
type cluster/replicate
subvolumes brick-4-3-0 brick-4-3-1
end-volume

volume brick-5-0-0
type protocol/client
option transport-type tcp
option remote-host c8-0-5
option remote-port 7001
option remote-subvolume brick0
end-volume

volume brick-5-0-1
type protocol/client
option transport-type tcp
option remote-host c8-1-5
option remote-port 7001
option remote-subvolume brick0
end-volume

volume rep-5-0
type cluster/replicate
subvolumes brick-5-0-0 brick-5-0-1
end-volume

volume brick-5-1-0
type protocol/client
option transport-type tcp
option remote-host c8-0-5
option remote-port 7001
option remote-subvolume brick1
end-volume

volume brick-5-1-1
type protocol/client
option transport-type tcp
option remote-host c8-1-5
option remote-port 7001
option remote-subvolume brick1
end-volume

volume rep-5-1
type cluster/replicate
subvolumes brick-5-1-0 brick-5-1-1
end-volume

volume brick-5-2-0
type protocol/client
option transport-type tcp
option remote-host c8-0-5
option remote-port 7001
option remote-subvolume brick2
end-volume

volume brick-5-2-1
type protocol/client
option transport-type tcp
option remote-host c8-1-5
option remote-port 7001
option remote-subvolume brick2
end-volume

volume rep-5-2
type cluster/replicate
subvolumes brick-5-2-0 brick-5-2-1
end-volume

volume brick-5-3-0
type protocol/client
option transport-type tcp
option remote-host c8-0-5
option remote-port 7001
option remote-subvolume brick3
end-volume

volume brick-5-3-1
type protocol/client
option transport-type tcp
option remote-host c8-1-5
option remote-port 7001
option remote-subvolume brick3
end-volume

volume rep-5-3
type cluster/replicate
subvolumes brick-5-3-0 brick-5-3-1
end-volume

volume brick-6-0-0
type protocol/client
option transport-type tcp
option remote-host c8-0-6
option remote-port 7001
option remote-subvolume brick0
end-volume

volume brick-6-0-1
type protocol/client
option transport-type tcp
option remote-host c8-1-6
option remote-port 7001
option remote-subvolume brick0
end-volume

volume rep-6-0
type cluster/replicate
subvolumes brick-6-0-0 brick-6-0-1
end-volume

volume brick-6-1-0
type protocol/client
option transport-type tcp
option remote-host c8-0-6
option remote-port 7001
option remote-subvolume brick1
end-volume

volume brick-6-1-1
type protocol/client
option transport-type tcp
option remote-host c8-1-6
option remote-port 7001
option remote-subvolume brick1
end-volume

volume rep-6-1
type cluster/replicate
subvolumes brick-6-1-0 brick-6-1-1
end-volume

volume brick-6-2-0
type protocol/client
option transport-type tcp
option remote-host c8-0-6
option remote-port 7001
option remote-subvolume brick2
end-volume

volume brick-6-2-1
type protocol/client
option transport-type tcp
option remote-host c8-1-6
option remote-port 7001
option remote-subvolume brick2
end-volume

volume rep-6-2
type cluster/replicate
subvolumes brick-6-2-0 brick-6-2-1
end-volume

volume brick-6-3-0
type protocol/client
option transport-type tcp
option remote-host c8-0-6
option remote-port 7001
option remote-subvolume brick3
end-volume

volume brick-6-3-1
type protocol/client
option transport-type tcp
option remote-host c8-1-6
option remote-port 7001
option remote-subvolume brick3
end-volume

volume rep-6-3
type cluster/replicate
subvolumes brick-6-3-0 brick-6-3-1
end-volume

volume brick-7-0-0
type protocol/client
option transport-type tcp
option remote-host c8-0-7
option remote-port 7001
option remote-subvolume brick0
end-volume

volume brick-7-0-1
type protocol/client
option transport-type tcp
option remote-host c8-1-7
option remote-port 7001
option remote-subvolume brick0
end-volume

volume rep-7-0
type cluster/replicate
subvolumes brick-7-0-0 brick-7-0-1
end-volume

volume brick-7-1-0
type protocol/client
option transport-type tcp
option remote-host c8-0-7
option remote-port 7001
option remote-subvolume brick1
end-volume

volume brick-7-1-1
type protocol/client
option transport-type tcp
option remote-host c8-1-7
option remote-port 7001
option remote-subvolume brick1
end-volume

volume rep-7-1
type cluster/replicate
subvolumes brick-7-1-0 brick-7-1-1
end-volume

volume brick-7-2-0
type protocol/client
option transport-type tcp
option remote-host c8-0-7
option remote-port 7001
option remote-subvolume brick2
end-volume

volume brick-7-2-1
type protocol/client
option transport-type tcp
option remote-host c8-1-7
option remote-port 7001
option remote-subvolume brick2
end-volume

volume rep-7-2
type cluster/replicate
subvolumes brick-7-2-0 brick-7-2-1
end-volume

volume brick-7-3-0
type protocol/client
option transport-type tcp
option remote-host c8-0-7
option remote-port 7001
option remote-subvolume brick3
end-volume

volume brick-7-3-1
type protocol/client
option transport-type tcp
option remote-host c8-1-7
option remote-port 7001
option remote-subvolume brick3
end-volume

volume rep-7-3
type cluster/replicate
subvolumes brick-7-3-0 brick-7-3-1
end-volume

volume brick-8-0-0
type protocol/client
option transport-type tcp
option remote-host c8-0-8
option remote-port 7001
option remote-subvolume brick0
end-volume

volume brick-8-0-1
type protocol/client
option transport-type tcp
option remote-host c8-1-8
option remote-port 7001
option remote-subvolume brick0
end-volume

volume rep-8-0
type cluster/replicate
subvolumes brick-8-0-0 brick-8-0-1
end-volume

volume brick-8-1-0
type protocol/client
option transport-type tcp
option remote-host c8-0-8
option remote-port 7001
option remote-subvolume brick1
end-volume

volume brick-8-1-1
type protocol/client
option transport-type tcp
option remote-host c8-1-8
option remote-port 7001
option remote-subvolume brick1
end-volume

volume rep-8-1
type cluster/replicate
subvolumes brick-8-1-0 brick-8-1-1
end-volume

volume brick-8-2-0
type protocol/client
option transport-type tcp
option remote-host c8-0-8
option remote-port 7001
option remote-subvolume brick2
end-volume

volume brick-8-2-1
type protocol/client
option transport-type tcp
option remote-host c8-1-8
option remote-port 7001
option remote-subvolume brick2
end-volume

volume rep-8-2
type cluster/replicate
subvolumes brick-8-2-0 brick-8-2-1
end-volume

volume brick-8-3-0
type protocol/client
option transport-type tcp
option remote-host c8-0-8
option remote-port 7001
option remote-subvolume brick3
end-volume

volume brick-8-3-1
type protocol/client
option transport-type tcp
option remote-host c8-1-8
option remote-port 7001
option remote-subvolume brick3
end-volume

volume rep-8-3
type cluster/replicate
subvolumes brick-8-3-0 brick-8-3-1
end-volume

volume brick-9-0-0
type protocol/client
option transport-type tcp
option remote-host c8-0-9
option remote-port 7001
option remote-subvolume brick0
end-volume

volume brick-9-0-1
type protocol/client
option transport-type tcp
option remote-host c8-1-9
option remote-port 7001
option remote-subvolume brick0
end-volume

volume rep-9-0
type cluster/replicate
subvolumes brick-9-0-0 brick-9-0-1
end-volume

volume brick-9-1-0
type protocol/client
option transport-type tcp
option remote-host c8-0-9
option remote-port 7001
option remote-subvolume brick1
end-volume

volume brick-9-1-1
type protocol/client
option transport-type tcp
option remote-host c8-1-9
option remote-port 7001
option remote-subvolume brick1
end-volume

volume rep-9-1
type cluster/replicate
subvolumes brick-9-1-0 brick-9-1-1
end-volume

volume brick-9-2-0
type protocol/client
option transport-type tcp
option remote-host c8-0-9
option remote-port 7001
option remote-subvolume brick2
end-volume

volume brick-9-2-1
type protocol/client
option transport-type tcp
option remote-host c8-1-9
option remote-port 7001
option remote-subvolume brick2
end-volume

volume rep-9-2
type cluster/replicate
subvolumes brick-9-2-0 brick-9-2-1
end-volume

volume brick-9-3-0
type protocol/client
option transport-type tcp
option remote-host c8-0-9
option remote-port 7001
option remote-subvolume brick3
end-volume

volume brick-9-3-1
type protocol/client
option transport-type tcp
option remote-host c8-1-9
option remote-port 7001
option remote-subvolume brick3
end-volume

volume rep-9-3
type cluster/replicate
subvolumes brick-9-3-0 brick-9-3-1
end-volume

volume brick-10-0-0
type protocol/client
option transport-type tcp
option remote-host c8-0-10
option remote-port 7001
option remote-subvolume brick0
end-volume

volume brick-10-0-1
type protocol/client
option transport-type tcp
option remote-host c8-1-10
option remote-port 7001
option remote-subvolume brick0
end-volume

volume rep-10-0
type cluster/replicate
subvolumes brick-10-0-0 brick-10-0-1
end-volume

volume brick-10-1-0
type protocol/client
option transport-type tcp
option remote-host c8-0-10
option remote-port 7001
option remote-subvolume brick1
end-volume

volume brick-10-1-1
type protocol/client
option transport-type tcp
option remote-host c8-1-10
option remote-port 7001
option remote-subvolume brick1
end-volume

volume rep-10-1
type cluster/replicate
subvolumes brick-10-1-0 brick-10-1-1
end-volume

volume brick-10-2-0
type protocol/client
option transport-type tcp
option remote-host c8-0-10
option remote-port 7001
option remote-subvolume brick2
end-volume

volume brick-10-2-1
type protocol/client
option transport-type tcp
option remote-host c8-1-10
option remote-port 7001
option remote-subvolume brick2
end-volume

volume rep-10-2
type cluster/replicate
subvolumes brick-10-2-0 brick-10-2-1
end-volume

volume brick-10-3-0
type protocol/client
option transport-type tcp
option remote-host c8-0-10
option remote-port 7001
option remote-subvolume brick3
end-volume

volume brick-10-3-1
type protocol/client
option transport-type tcp
option remote-host c8-1-10
option remote-port 7001
option remote-subvolume brick3
end-volume

volume rep-10-3
type cluster/replicate
subvolumes brick-10-3-0 brick-10-3-1
end-volume

volume brick-11-0-0
type protocol/client
option transport-type tcp
option remote-host c8-0-11
option remote-port 7001
option remote-subvolume brick0
end-volume

volume brick-11-0-1
type protocol/client
option transport-type tcp
option remote-host c8-1-11
option remote-port 7001
option remote-subvolume brick0
end-volume

volume rep-11-0
type cluster/replicate
subvolumes brick-11-0-0 brick-11-0-1
end-volume

volume brick-11-1-0
type protocol/client
option transport-type tcp
option remote-host c8-0-11
option remote-port 7001
option remote-subvolume brick1
end-volume

volume brick-11-1-1
type protocol/client
option transport-type tcp
option remote-host c8-1-11
option remote-port 7001
option remote-subvolume brick1
end-volume

volume rep-11-1
type cluster/replicate
subvolumes brick-11-1-0 brick-11-1-1
end-volume

volume brick-11-2-0
type protocol/client
option transport-type tcp
option remote-host c8-0-11
option remote-port 7001
option remote-subvolume brick2
end-volume

volume brick-11-2-1
type protocol/client
option transport-type tcp
option remote-host c8-1-11
option remote-port 7001
option remote-subvolume brick2
end-volume

volume rep-11-2
type cluster/replicate
subvolumes brick-11-2-0 brick-11-2-1
end-volume

volume brick-11-3-0
type protocol/client
option transport-type tcp
option remote-host c8-0-11
option remote-port 7001
option remote-subvolume brick3
end-volume

volume brick-11-3-1
type protocol/client
option transport-type tcp
option remote-host c8-1-11
option remote-port 7001
option remote-subvolume brick3
end-volume

volume rep-11-3
type cluster/replicate
subvolumes brick-11-3-0 brick-11-3-1
end-volume

volume brick-12-0-0
type protocol/client
option transport-type tcp
option remote-host c8-0-12
option remote-port 7001
option remote-subvolume brick0
end-volume

volume brick-12-0-1
type protocol/client
option transport-type tcp
option remote-host c8-1-12
option remote-port 7001
option remote-subvolume brick0
end-volume

volume rep-12-0
type cluster/replicate
subvolumes brick-12-0-0 brick-12-0-1
end-volume

volume brick-12-1-0
type protocol/client
option transport-type tcp
option remote-host c8-0-12
option remote-port 7001
option remote-subvolume brick1
end-volume

volume brick-12-1-1
type protocol/client
option transport-type tcp
option remote-host c8-1-12
option remote-port 7001
option remote-subvolume brick1
end-volume

volume rep-12-1
type cluster/replicate
subvolumes brick-12-1-0 brick-12-1-1
end-volume

volume brick-12-2-0
type protocol/client
option transport-type tcp
option remote-host c8-0-12
option remote-port 7001
option remote-subvolume brick2
end-volume

volume brick-12-2-1
type protocol/client
option transport-type tcp
option remote-host c8-1-12
option remote-port 7001
option remote-subvolume brick2
end-volume

volume rep-12-2
type cluster/replicate
subvolumes brick-12-2-0 brick-12-2-1
end-volume

volume brick-12-3-0
type protocol/client
option transport-type tcp
option remote-host c8-0-12
option remote-port 7001
option remote-subvolume brick3
end-volume

volume brick-12-3-1
type protocol/client
option transport-type tcp
option remote-host c8-1-12
option remote-port 7001
option remote-subvolume brick3
end-volume

volume rep-12-3
type cluster/replicate
subvolumes brick-12-3-0 brick-12-3-1
end-volume

volume brick-13-0-0
type protocol/client
option transport-type tcp
option remote-host c8-0-13
option remote-port 7001
option remote-subvolume brick0
end-volume

volume brick-13-0-1
type protocol/client
option transport-type tcp
option remote-host c8-1-13
option remote-port 7001
option remote-subvolume brick0
end-volume

volume rep-13-0
type cluster/replicate
subvolumes brick-13-0-0 brick-13-0-1
end-volume

volume brick-13-1-0
type protocol/client
option transport-type tcp
option remote-host c8-0-13
option remote-port 7001
option remote-subvolume brick1
end-volume

volume brick-13-1-1
type protocol/client
option transport-type tcp
option remote-host c8-1-13
option remote-port 7001
option remote-subvolume brick1
end-volume

volume rep-13-1
type cluster/replicate
subvolumes brick-13-1-0 brick-13-1-1
end-volume

volume brick-13-2-0
type protocol/client
option transport-type tcp
option remote-host c8-0-13
option remote-port 7001
option remote-subvolume brick2
end-volume

volume brick-13-2-1
type protocol/client
option transport-type tcp
option remote-host c8-1-13
option remote-port 7001
option remote-subvolume brick2
end-volume

volume rep-13-2
type cluster/replicate
subvolumes brick-13-2-0 brick-13-2-1
end-volume

volume brick-13-3-0
type protocol/client
option transport-type tcp
option remote-host c8-0-13
option remote-port 7001
option remote-subvolume brick3
end-volume

volume brick-13-3-1
type protocol/client
option transport-type tcp
option remote-host c8-1-13
option remote-port 7001
option remote-subvolume brick3
end-volume

volume rep-13-3
type cluster/replicate
subvolumes brick-13-3-0 brick-13-3-1
end-volume

volume brick-14-0-0
type protocol/client
option transport-type tcp
option remote-host c8-0-14
option remote-port 7001
option remote-subvolume brick0
end-volume

volume brick-14-0-1
type protocol/client
option transport-type tcp
option remote-host c8-1-14
option remote-port 7001
option remote-subvolume brick0
end-volume

volume rep-14-0
type cluster/replicate
subvolumes brick-14-0-0 brick-14-0-1
end-volume

volume brick-14-1-0
type protocol/client
option transport-type tcp
option remote-host c8-0-14
option remote-port 7001
option remote-subvolume brick1
end-volume

volume brick-14-1-1
type protocol/client
option transport-type tcp
option remote-host c8-1-14
option remote-port 7001
option remote-subvolume brick1
end-volume

volume rep-14-1
type cluster/replicate
subvolumes brick-14-1-0 brick-14-1-1
end-volume

volume brick-14-2-0
type protocol/client
option transport-type tcp
option remote-host c8-0-14
option remote-port 7001
option remote-subvolume brick2
end-volume

volume brick-14-2-1
type protocol/client
option transport-type tcp
option remote-host c8-1-14
option remote-port 7001
option remote-subvolume brick2
end-volume

volume rep-14-2
type cluster/replicate
subvolumes brick-14-2-0 brick-14-2-1
end-volume

volume brick-14-3-0
type protocol/client
option transport-type tcp
option remote-host c8-0-14
option remote-port 7001
option remote-subvolume brick3
end-volume

volume brick-14-3-1
type protocol/client
option transport-type tcp
option remote-host c8-1-14
option remote-port 7001
option remote-subvolume brick3
end-volume

volume rep-14-3
type cluster/replicate
subvolumes brick-14-3-0 brick-14-3-1
end-volume

volume brick-15-0-0
type protocol/client
option transport-type tcp
option remote-host c8-0-15
option remote-port 7001
option remote-subvolume brick0
end-volume

volume brick-15-0-1
type protocol/client
option transport-type tcp
option remote-host c8-1-15
option remote-port 7001
option remote-subvolume brick0
end-volume

volume rep-15-0
type cluster/replicate
subvolumes brick-15-0-0 brick-15-0-1
end-volume

volume brick-15-1-0
type protocol/client
option transport-type tcp
option remote-host c8-0-15
option remote-port 7001
option remote-subvolume brick1
end-volume

volume brick-15-1-1
type protocol/client
option transport-type tcp
option remote-host c8-1-15
option remote-port 7001
option remote-subvolume brick1
end-volume

volume rep-15-1
type cluster/replicate
subvolumes brick-15-1-0 brick-15-1-1
end-volume

volume brick-15-2-0
type protocol/client
option transport-type tcp
option remote-host c8-0-15
option remote-port 7001
option remote-subvolume brick2
end-volume

volume brick-15-2-1
type protocol/client
option transport-type tcp
option remote-host c8-1-15
option remote-port 7001
option remote-subvolume brick2
end-volume

volume rep-15-2
type cluster/replicate
subvolumes brick-15-2-0 brick-15-2-1
end-volume

volume brick-15-3-0
type protocol/client
option transport-type tcp
option remote-host c8-0-15
option remote-port 7001
option remote-subvolume brick3
end-volume

volume brick-15-3-1
type protocol/client
option transport-type tcp
option remote-host c8-1-15
option remote-port 7001
option remote-subvolume brick3
end-volume

volume rep-15-3
type cluster/replicate
subvolumes brick-15-3-0 brick-15-3-1
end-volume

volume brick-16-0-0
type protocol/client
option transport-type tcp
option remote-host c8-0-16
option remote-port 7001
option remote-subvolume brick0
end-volume

volume brick-16-0-1
type protocol/client
option transport-type tcp
option remote-host c8-1-16
option remote-port 7001
option remote-subvolume brick0
end-volume

volume rep-16-0
type cluster/replicate
subvolumes brick-16-0-0 brick-16-0-1
end-volume

volume brick-16-1-0
type protocol/client
option transport-type tcp
option remote-host c8-0-16
option remote-port 7001
option remote-subvolume brick1
end-volume

volume brick-16-1-1
type protocol/client
option transport-type tcp
option remote-host c8-1-16
option remote-port 7001
option remote-subvolume brick1
end-volume

volume rep-16-1
type cluster/replicate
subvolumes brick-16-1-0 brick-16-1-1
end-volume

volume brick-16-2-0
type protocol/client
option transport-type tcp
option remote-host c8-0-16
option remote-port 7001
option remote-subvolume brick2
end-volume

volume brick-16-2-1
type protocol/client
option transport-type tcp
option remote-host c8-1-16
option remote-port 7001
option remote-subvolume brick2
end-volume

volume rep-16-2
type cluster/replicate
subvolumes brick-16-2-0 brick-16-2-1
end-volume

volume brick-16-3-0
type protocol/client
option transport-type tcp
option remote-host c8-0-16
option remote-port 7001
option remote-subvolume brick3
end-volume

volume brick-16-3-1
type protocol/client
option transport-type tcp
option remote-host c8-1-16
option remote-port 7001
option remote-subvolume brick3
end-volume

volume rep-16-3
type cluster/replicate
subvolumes brick-16-3-0 brick-16-3-1
end-volume

volume brick-17-0-0
type protocol/client
option transport-type tcp
option remote-host c8-0-17
option remote-port 7001
option remote-subvolume brick0
end-volume

volume brick-17-0-1
type protocol/client
option transport-type tcp
option remote-host c8-1-17
option remote-port 7001
option remote-subvolume brick0
end-volume

volume rep-17-0
type cluster/replicate
subvolumes brick-17-0-0 brick-17-0-1
end-volume

volume brick-17-1-0
type protocol/client
option transport-type tcp
option remote-host c8-0-17
option remote-port 7001
option remote-subvolume brick1
end-volume

volume brick-17-1-1
type protocol/client
option transport-type tcp
option remote-host c8-1-17
option remote-port 7001
option remote-subvolume brick1
end-volume

volume rep-17-1
type cluster/replicate
subvolumes brick-17-1-0 brick-17-1-1
end-volume

volume brick-17-2-0
type protocol/client
option transport-type tcp
option remote-host c8-0-17
option remote-port 7001
option remote-subvolume brick2
end-volume

volume brick-17-2-1
type protocol/client
option transport-type tcp
option remote-host c8-1-17
option remote-port 7001
option remote-subvolume brick2
end-volume

volume rep-17-2
type cluster/replicate
subvolumes brick-17-2-0 brick-17-2-1
end-volume

volume brick-17-3-0
type protocol/client
option transport-type tcp
option remote-host c8-0-17
option remote-port 7001
option remote-subvolume brick3
end-volume

volume brick-17-3-1
type protocol/client
option transport-type tcp
option remote-host c8-1-17
option remote-port 7001
option remote-subvolume brick3
end-volume

volume rep-17-3
type cluster/replicate
subvolumes brick-17-3-0 brick-17-3-1
end-volume

volume brick-18-0-0
type protocol/client
option transport-type tcp
option remote-host c8-0-18
option remote-port 7001
option remote-subvolume brick0
end-volume

volume brick-18-0-1
type protocol/client
option transport-type tcp
option remote-host c8-1-18
option remote-port 7001
option remote-subvolume brick0
end-volume

volume rep-18-0
type cluster/replicate
subvolumes brick-18-0-0 brick-18-0-1
end-volume

volume brick-18-1-0
type protocol/client
option transport-type tcp
option remote-host c8-0-18
option remote-port 7001
option remote-subvolume brick1
end-volume

volume brick-18-1-1
type protocol/client
option transport-type tcp
option remote-host c8-1-18
option remote-port 7001
option remote-subvolume brick1
end-volume

volume rep-18-1
type cluster/replicate
subvolumes brick-18-1-0 brick-18-1-1
end-volume

volume brick-18-2-0
type protocol/client
option transport-type tcp
option remote-host c8-0-18
option remote-port 7001
option remote-subvolume brick2
end-volume

volume brick-18-2-1
type protocol/client
option transport-type tcp
option remote-host c8-1-18
option remote-port 7001
option remote-subvolume brick2
end-volume

volume rep-18-2
type cluster/replicate
subvolumes brick-18-2-0 brick-18-2-1
end-volume

volume brick-18-3-0
type protocol/client
option transport-type tcp
option remote-host c8-0-18
option remote-port 7001
option remote-subvolume brick3
end-volume

volume brick-18-3-1
type protocol/client
option transport-type tcp
option remote-host c8-1-18
option remote-port 7001
option remote-subvolume brick3
end-volume

volume rep-18-3
type cluster/replicate
subvolumes brick-18-3-0 brick-18-3-1
end-volume

volume brick-19-0-0
type protocol/client
option transport-type tcp
option remote-host c8-0-19
option remote-port 7001
option remote-subvolume brick0
end-volume

volume brick-19-0-1
type protocol/client
option transport-type tcp
option remote-host c8-1-19
option remote-port 7001
option remote-subvolume brick0
end-volume

volume rep-19-0
type cluster/replicate
subvolumes brick-19-0-0 brick-19-0-1
end-volume

volume brick-19-1-0
type protocol/client
option transport-type tcp
option remote-host c8-0-19
option remote-port 7001
option remote-subvolume brick1
end-volume

volume brick-19-1-1
type protocol/client
option transport-type tcp
option remote-host c8-1-19
option remote-port 7001
option remote-subvolume brick1
end-volume

volume rep-19-1
type cluster/replicate
subvolumes brick-19-1-0 brick-19-1-1
end-volume

volume brick-19-2-0
type protocol/client
option transport-type tcp
option remote-host c8-0-19
option remote-port 7001
option remote-subvolume brick2
end-volume

volume brick-19-2-1
type protocol/client
option transport-type tcp
option remote-host c8-1-19
option remote-port 7001
option remote-subvolume brick2
end-volume

volume rep-19-2
type cluster/replicate
subvolumes brick-19-2-0 brick-19-2-1
end-volume

volume brick-19-3-0
type protocol/client
option transport-type tcp
option remote-host c8-0-19
option remote-port 7001
option remote-subvolume brick3
end-volume

volume brick-19-3-1
type protocol/client
option transport-type tcp
option remote-host c8-1-19
option remote-port 7001
option remote-subvolume brick3
end-volume

volume rep-19-3
type cluster/replicate
subvolumes brick-19-3-0 brick-19-3-1
end-volume

volume brick-20-0-0
type protocol/client
option transport-type tcp
option remote-host c8-0-20
option remote-port 7001
option remote-subvolume brick0
end-volume

volume brick-20-0-1
type protocol/client
option transport-type tcp
option remote-host c8-1-20
option remote-port 7001
option remote-subvolume brick0
end-volume

volume rep-20-0
type cluster/replicate
subvolumes brick-20-0-0 brick-20-0-1
end-volume

volume brick-20-1-0
type protocol/client
option transport-type tcp
option remote-host c8-0-20
option remote-port 7001
option remote-subvolume brick1
end-volume

volume brick-20-1-1
type protocol/client
option transport-type tcp
option remote-host c8-1-20
option remote-port 7001
option remote-subvolume brick1
end-volume

volume rep-20-1
type cluster/replicate
subvolumes brick-20-1-0 brick-20-1-1
end-volume

volume brick-20-2-0
type protocol/client
option transport-type tcp
option remote-host c8-0-20
option remote-port 7001
option remote-subvolume brick2
end-volume

volume brick-20-2-1
type protocol/client
option transport-type tcp
option remote-host c8-1-20
option remote-port 7001
option remote-subvolume brick2
end-volume

volume rep-20-2
type cluster/replicate
subvolumes brick-20-2-0 brick-20-2-1
end-volume

volume brick-20-3-0
type protocol/client
option transport-type tcp
option remote-host c8-0-20
option remote-port 7001
option remote-subvolume brick3
end-volume

volume brick-20-3-1
type protocol/client
option transport-type tcp
option remote-host c8-1-20
option remote-port 7001
option remote-subvolume brick3
end-volume

volume rep-20-3
type cluster/replicate
subvolumes brick-20-3-0 brick-20-3-1
end-volume

volume brick-21-0-0
type protocol/client
option transport-type tcp
option remote-host c8-0-21
option remote-port 7001
option remote-subvolume brick0
end-volume

volume brick-21-0-1
type protocol/client
option transport-type tcp
option remote-host c8-1-21
option remote-port 7001
option remote-subvolume brick0
end-volume

volume rep-21-0
type cluster/replicate
subvolumes brick-21-0-0 brick-21-0-1
end-volume

volume brick-21-1-0
type protocol/client
option transport-type tcp
option remote-host c8-0-21
option remote-port 7001
option remote-subvolume brick1
end-volume

volume brick-21-1-1
type protocol/client
option transport-type tcp
option remote-host c8-1-21
option remote-port 7001
option remote-subvolume brick1
end-volume

volume rep-21-1
type cluster/replicate
subvolumes brick-21-1-0 brick-21-1-1
end-volume

volume brick-21-2-0
type protocol/client
option transport-type tcp
option remote-host c8-0-21
option remote-port 7001
option remote-subvolume brick2
end-volume

volume brick-21-2-1
type protocol/client
option transport-type tcp
option remote-host c8-1-21
option remote-port 7001
option remote-subvolume brick2
end-volume

volume rep-21-2
type cluster/replicate
subvolumes brick-21-2-0 brick-21-2-1
end-volume

volume brick-21-3-0
type protocol/client
option transport-type tcp
option remote-host c8-0-21
option remote-port 7001
option remote-subvolume brick3
end-volume

volume brick-21-3-1
type protocol/client
option transport-type tcp
option remote-host c8-1-21
option remote-port 7001
option remote-subvolume brick3
end-volume

volume rep-21-3
type cluster/replicate
subvolumes brick-21-3-0 brick-21-3-1
end-volume

volume brick-22-0-0
type protocol/client
option transport-type tcp
option remote-host c8-0-22
option remote-port 7001
option remote-subvolume brick0
end-volume

volume brick-22-0-1
type protocol/client
option transport-type tcp
option remote-host c8-1-22
option remote-port 7001
option remote-subvolume brick0
end-volume

volume rep-22-0
type cluster/replicate
subvolumes brick-22-0-0 brick-22-0-1
end-volume

volume brick-22-1-0
type protocol/client
option transport-type tcp
option remote-host c8-0-22
option remote-port 7001
option remote-subvolume brick1
end-volume

volume brick-22-1-1
type protocol/client
option transport-type tcp
option remote-host c8-1-22
option remote-port 7001
option remote-subvolume brick1
end-volume

volume rep-22-1
type cluster/replicate
subvolumes brick-22-1-0 brick-22-1-1
end-volume

volume brick-22-2-0
type protocol/client
option transport-type tcp
option remote-host c8-0-22
option remote-port 7001
option remote-subvolume brick2
end-volume

volume brick-22-2-1
type protocol/client
option transport-type tcp
option remote-host c8-1-22
option remote-port 7001
option remote-subvolume brick2
end-volume

volume rep-22-2
type cluster/replicate
subvolumes brick-22-2-0 brick-22-2-1
end-volume

volume brick-22-3-0
type protocol/client
option transport-type tcp
option remote-host c8-0-22
option remote-port 7001
option remote-subvolume brick3
end-volume

volume brick-22-3-1
type protocol/client
option transport-type tcp
option remote-host c8-1-22
option remote-port 7001
option remote-subvolume brick3
end-volume

volume rep-22-3
type cluster/replicate
subvolumes brick-22-3-0 brick-22-3-1
end-volume

volume brick-23-0-0
type protocol/client
option transport-type tcp
option remote-host c8-0-23
option remote-port 7001
option remote-subvolume brick0
end-volume

volume brick-23-0-1
type protocol/client
option transport-type tcp
option remote-host c8-1-23
option remote-port 7001
option remote-subvolume brick0
end-volume

volume rep-23-0
type cluster/replicate
subvolumes brick-23-0-0 brick-23-0-1
end-volume

volume brick-23-1-0
type protocol/client
option transport-type tcp
option remote-host c8-0-23
option remote-port 7001
option remote-subvolume brick1
end-volume

volume brick-23-1-1
type protocol/client
option transport-type tcp
option remote-host c8-1-23
option remote-port 7001
option remote-subvolume brick1
end-volume

volume rep-23-1
type cluster/replicate
subvolumes brick-23-1-0 brick-23-1-1
end-volume

volume brick-23-2-0
type protocol/client
option transport-type tcp
option remote-host c8-0-23
option remote-port 7001
option remote-subvolume brick2
end-volume

volume brick-23-2-1
type protocol/client
option transport-type tcp
option remote-host c8-1-23
option remote-port 7001
option remote-subvolume brick2
end-volume

volume rep-23-2
type cluster/replicate
subvolumes brick-23-2-0 brick-23-2-1
end-volume

volume brick-23-3-0
type protocol/client
option transport-type tcp
option remote-host c8-0-23
option remote-port 7001
option remote-subvolume brick3
end-volume

volume brick-23-3-1
type protocol/client
option transport-type tcp
option remote-host c8-1-23
option remote-port 7001
option remote-subvolume brick3
end-volume

volume rep-23-3
type cluster/replicate
subvolumes brick-23-3-0 brick-23-3-1
end-volume

volume brick-24-0-0
type protocol/client
option transport-type tcp
option remote-host c8-0-24
option remote-port 7001
option remote-subvolume brick0
end-volume

volume brick-24-0-1
type protocol/client
option transport-type tcp
option remote-host c8-1-24
option remote-port 7001
option remote-subvolume brick0
end-volume

volume rep-24-0
type cluster/replicate
subvolumes brick-24-0-0 brick-24-0-1
end-volume

volume brick-24-1-0
type protocol/client
option transport-type tcp
option remote-host c8-0-24
option remote-port 7001
option remote-subvolume brick1
end-volume

volume brick-24-1-1
type protocol/client
option transport-type tcp
option remote-host c8-1-24
option remote-port 7001
option remote-subvolume brick1
end-volume

volume rep-24-1
type cluster/replicate
subvolumes brick-24-1-0 brick-24-1-1
end-volume

volume brick-24-2-0
type protocol/client
option transport-type tcp
option remote-host c8-0-24
option remote-port 7001
option remote-subvolume brick2
end-volume

volume brick-24-2-1
type protocol/client
option transport-type tcp
option remote-host c8-1-24
option remote-port 7001
option remote-subvolume brick2
end-volume

volume rep-24-2
type cluster/replicate
subvolumes brick-24-2-0 brick-24-2-1
end-volume

volume brick-24-3-0
type protocol/client
option transport-type tcp
option remote-host c8-0-24
option remote-port 7001
option remote-subvolume brick3
end-volume

volume brick-24-3-1
type protocol/client
option transport-type tcp
option remote-host c8-1-24
option remote-port 7001
option remote-subvolume brick3
end-volume

volume rep-24-3
type cluster/replicate
subvolumes brick-24-3-0 brick-24-3-1
end-volume

volume brick-25-0-0
type protocol/client
option transport-type tcp
option remote-host c8-0-25
option remote-port 7001
option remote-subvolume brick0
end-volume

volume brick-25-0-1
type protocol/client
option transport-type tcp
option remote-host c8-1-25
option remote-port 7001
option remote-subvolume brick0
end-volume

volume rep-25-0
type cluster/replicate
subvolumes brick-25-0-0 brick-25-0-1
end-volume

volume brick-25-1-0
type protocol/client
option transport-type tcp
option remote-host c8-0-25
option remote-port 7001
option remote-subvolume brick1
end-volume

volume brick-25-1-1
type protocol/client
option transport-type tcp
option remote-host c8-1-25
option remote-port 7001
option remote-subvolume brick1
end-volume

volume rep-25-1
type cluster/replicate
subvolumes brick-25-1-0 brick-25-1-1
end-volume

volume brick-25-2-0
type protocol/client
option transport-type tcp
option remote-host c8-0-25
option remote-port 7001
option remote-subvolume brick2
end-volume

volume brick-25-2-1
type protocol/client
option transport-type tcp
option remote-host c8-1-25
option remote-port 7001
option remote-subvolume brick2
end-volume

volume rep-25-2
type cluster/replicate
subvolumes brick-25-2-0 brick-25-2-1
end-volume

volume brick-25-3-0
type protocol/client
option transport-type tcp
option remote-host c8-0-25
option remote-port 7001
option remote-subvolume brick3
end-volume

volume brick-25-3-1
type protocol/client
option transport-type tcp
option remote-host c8-1-25
option remote-port 7001
option remote-subvolume brick3
end-volume

volume rep-25-3
type cluster/replicate
subvolumes brick-25-3-0 brick-25-3-1
end-volume

volume brick-26-0-0
type protocol/client
option transport-type tcp
option remote-host c8-0-26
option remote-port 7001
option remote-subvolume brick0
end-volume

volume brick-26-0-1
type protocol/client
option transport-type tcp
option remote-host c8-1-26
option remote-port 7001
option remote-subvolume brick0
end-volume

volume rep-26-0
type cluster/replicate
subvolumes brick-26-0-0 brick-26-0-1
end-volume

volume brick-26-1-0
type protocol/client
option transport-type tcp
option remote-host c8-0-26
option remote-port 7001
option remote-subvolume brick1
end-volume

volume brick-26-1-1
type protocol/client
option transport-type tcp
option remote-host c8-1-26
option remote-port 7001
option remote-subvolume brick1
end-volume

volume rep-26-1
type cluster/replicate
subvolumes brick-26-1-0 brick-26-1-1
end-volume

volume brick-26-2-0
type protocol/client
option transport-type tcp
option remote-host c8-0-26
option remote-port 7001
option remote-subvolume brick2
end-volume

volume brick-26-2-1
type protocol/client
option transport-type tcp
option remote-host c8-1-26
option remote-port 7001
option remote-subvolume brick2
end-volume

volume rep-26-2
type cluster/replicate
subvolumes brick-26-2-0 brick-26-2-1
end-volume

volume brick-26-3-0
type protocol/client
option transport-type tcp
option remote-host c8-0-26
option remote-port 7001
option remote-subvolume brick3
end-volume

volume brick-26-3-1
type protocol/client
option transport-type tcp
option remote-host c8-1-26
option remote-port 7001
option remote-subvolume brick3
end-volume

volume rep-26-3
type cluster/replicate
subvolumes brick-26-3-0 brick-26-3-1
end-volume

volume brick-27-0-0
type protocol/client
option transport-type tcp
option remote-host c8-0-27
option remote-port 7001
option remote-subvolume brick0
end-volume

volume brick-27-0-1
type protocol/client
option transport-type tcp
option remote-host c8-1-27
option remote-port 7001
option remote-subvolume brick0
end-volume

volume rep-27-0
type cluster/replicate
subvolumes brick-27-0-0 brick-27-0-1
end-volume

volume brick-27-1-0
type protocol/client
option transport-type tcp
option remote-host c8-0-27
option remote-port 7001
option remote-subvolume brick1
end-volume

volume brick-27-1-1
type protocol/client
option transport-type tcp
option remote-host c8-1-27
option remote-port 7001
option remote-subvolume brick1
end-volume

volume rep-27-1
type cluster/replicate
subvolumes brick-27-1-0 brick-27-1-1
end-volume

volume brick-27-2-0
type protocol/client
option transport-type tcp
option remote-host c8-0-27
option remote-port 7001
option remote-subvolume brick2
end-volume

volume brick-27-2-1
type protocol/client
option transport-type tcp
option remote-host c8-1-27
option remote-port 7001
option remote-subvolume brick2
end-volume

volume rep-27-2
type cluster/replicate
subvolumes brick-27-2-0 brick-27-2-1
end-volume

volume brick-27-3-0
type protocol/client
option transport-type tcp
option remote-host c8-0-27
option remote-port 7001
option remote-subvolume brick3
end-volume

volume brick-27-3-1
type protocol/client
option transport-type tcp
option remote-host c8-1-27
option remote-port 7001
option remote-subvolume brick3
end-volume

volume rep-27-3
type cluster/replicate
subvolumes brick-27-3-0 brick-27-3-1
end-volume

volume brick-28-0-0
type protocol/client
option transport-type tcp
option remote-host c8-0-28
option remote-port 7001
option remote-subvolume brick0
end-volume

volume brick-28-0-1
type protocol/client
option transport-type tcp
option remote-host c8-1-28
option remote-port 7001
option remote-subvolume brick0
end-volume

volume rep-28-0
type cluster/replicate
subvolumes brick-28-0-0 brick-28-0-1
end-volume

volume brick-28-1-0
type protocol/client
option transport-type tcp
option remote-host c8-0-28
option remote-port 7001
option remote-subvolume brick1
end-volume

volume brick-28-1-1
type protocol/client
option transport-type tcp
option remote-host c8-1-28
option remote-port 7001
option remote-subvolume brick1
end-volume

volume rep-28-1
type cluster/replicate
subvolumes brick-28-1-0 brick-28-1-1
end-volume

volume brick-28-2-0
type protocol/client
option transport-type tcp
option remote-host c8-0-28
option remote-port 7001
option remote-subvolume brick2
end-volume

volume brick-28-2-1
type protocol/client
option transport-type tcp
option remote-host c8-1-28
option remote-port 7001
option remote-subvolume brick2
end-volume

volume rep-28-2
type cluster/replicate
subvolumes brick-28-2-0 brick-28-2-1
end-volume

volume brick-28-3-0
type protocol/client
option transport-type tcp
option remote-host c8-0-28
option remote-port 7001
option remote-subvolume brick3
end-volume

volume brick-28-3-1
type protocol/client
option transport-type tcp
option remote-host c8-1-28
option remote-port 7001
option remote-subvolume brick3
end-volume

volume rep-28-3
type cluster/replicate
subvolumes brick-28-3-0 brick-28-3-1
end-volume

volume brick-29-0-0
type protocol/client
option transport-type tcp
option remote-host c8-0-29
option remote-port 7001
option remote-subvolume brick0
end-volume

volume brick-29-0-1
type protocol/client
option transport-type tcp
option remote-host c8-1-29
option remote-port 7001
option remote-subvolume brick0
end-volume

volume rep-29-0
type cluster/replicate
subvolumes brick-29-0-0 brick-29-0-1
end-volume

volume brick-29-1-0
type protocol/client
option transport-type tcp
option remote-host c8-0-29
option remote-port 7001
option remote-subvolume brick1
end-volume

volume brick-29-1-1
type protocol/client
option transport-type tcp
option remote-host c8-1-29
option remote-port 7001
option remote-subvolume brick1
end-volume

volume rep-29-1
type cluster/replicate
subvolumes brick-29-1-0 brick-29-1-1
end-volume

volume brick-29-2-0
type protocol/client
option transport-type tcp
option remote-host c8-0-29
option remote-port 7001
option remote-subvolume brick2
end-volume

volume brick-29-2-1
type protocol/client
option transport-type tcp
option remote-host c8-1-29
option remote-port 7001
option remote-subvolume brick2
end-volume

volume rep-29-2
type cluster/replicate
subvolumes brick-29-2-0 brick-29-2-1
end-volume

volume brick-29-3-0
type protocol/client
option transport-type tcp
option remote-host c8-0-29
option remote-port 7001
option remote-subvolume brick3
end-volume

volume brick-29-3-1
type protocol/client
option transport-type tcp
option remote-host c8-1-29
option remote-port 7001
option remote-subvolume brick3
end-volume

volume rep-29-3
type cluster/replicate
subvolumes brick-29-3-0 brick-29-3-1
end-volume

volume brick-30-0-0
type protocol/client
option transport-type tcp
option remote-host c8-0-30
option remote-port 7001
option remote-subvolume brick0
end-volume

volume brick-30-0-1
type protocol/client
option transport-type tcp
option remote-host c8-1-30
option remote-port 7001
option remote-subvolume brick0
end-volume

volume rep-30-0
type cluster/replicate
subvolumes brick-30-0-0 brick-30-0-1
end-volume

volume brick-30-1-0
type protocol/client
option transport-type tcp
option remote-host c8-0-30
option remote-port 7001
option remote-subvolume brick1
end-volume

volume brick-30-1-1
type protocol/client
option transport-type tcp
option remote-host c8-1-30
option remote-port 7001
option remote-subvolume brick1
end-volume

volume rep-30-1
type cluster/replicate
subvolumes brick-30-1-0 brick-30-1-1
end-volume

volume brick-30-2-0
type protocol/client
option transport-type tcp
option remote-host c8-0-30
option remote-port 7001
option remote-subvolume brick2
end-volume

volume brick-30-2-1
type protocol/client
option transport-type tcp
option remote-host c8-1-30
option remote-port 7001
option remote-subvolume brick2
end-volume

volume rep-30-2
type cluster/replicate
subvolumes brick-30-2-0 brick-30-2-1
end-volume

volume brick-30-3-0
type protocol/client
option transport-type tcp
option remote-host c8-0-30
option remote-port 7001
option remote-subvolume brick3
end-volume

volume brick-30-3-1
type protocol/client
option transport-type tcp
option remote-host c8-1-30
option remote-port 7001
option remote-subvolume brick3
end-volume

volume rep-30-3
type cluster/replicate
subvolumes brick-30-3-0 brick-30-3-1
end-volume

volume brick-31-0-0
type protocol/client
option transport-type tcp
option remote-host c8-0-31
option remote-port 7001
option remote-subvolume brick0
end-volume

volume brick-31-0-1
type protocol/client
option transport-type tcp
option remote-host c8-1-31
option remote-port 7001
option remote-subvolume brick0
end-volume

volume rep-31-0
type cluster/replicate
subvolumes brick-31-0-0 brick-31-0-1
end-volume

volume brick-31-1-0
type protocol/client
option transport-type tcp
option remote-host c8-0-31
option remote-port 7001
option remote-subvolume brick1
end-volume

volume brick-31-1-1
type protocol/client
option transport-type tcp
option remote-host c8-1-31
option remote-port 7001
option remote-subvolume brick1
end-volume

volume rep-31-1
type cluster/replicate
subvolumes brick-31-1-0 brick-31-1-1
end-volume

volume brick-31-2-0
type protocol/client
option transport-type tcp
option remote-host c8-0-31
option remote-port 7001
option remote-subvolume brick2
end-volume

volume brick-31-2-1
type protocol/client
option transport-type tcp
option remote-host c8-1-31
option remote-port 7001
option remote-subvolume brick2
end-volume

volume rep-31-2
type cluster/replicate
subvolumes brick-31-2-0 brick-31-2-1
end-volume

volume brick-31-3-0
type protocol/client
option transport-type tcp
option remote-host c8-0-31
option remote-port 7001
option remote-subvolume brick3
end-volume

volume brick-31-3-1
type protocol/client
option transport-type tcp
option remote-host c8-1-31
option remote-port 7001
option remote-subvolume brick3
end-volume

volume rep-31-3
type cluster/replicate
subvolumes brick-31-3-0 brick-31-3-1
end-volume

volume brick-32-0-0
type protocol/client
option transport-type tcp
option remote-host c8-0-32
option remote-port 7001
option remote-subvolume brick0
end-volume

volume brick-32-0-1
type protocol/client
option transport-type tcp
option remote-host c8-1-32
option remote-port 7001
option remote-subvolume brick0
end-volume

volume rep-32-0
type cluster/replicate
subvolumes brick-32-0-0 brick-32-0-1
end-volume

volume brick-32-1-0
type protocol/client
option transport-type tcp
option remote-host c8-0-32
option remote-port 7001
option remote-subvolume brick1
end-volume

volume brick-32-1-1
type protocol/client
option transport-type tcp
option remote-host c8-1-32
option remote-port 7001
option remote-subvolume brick1
end-volume

volume rep-32-1
type cluster/replicate
subvolumes brick-32-1-0 brick-32-1-1
end-volume

volume brick-32-2-0
type protocol/client
option transport-type tcp
option remote-host c8-0-32
option remote-port 7001
option remote-subvolume brick2
end-volume

volume brick-32-2-1
type protocol/client
option transport-type tcp
option remote-host c8-1-32
option remote-port 7001
option remote-subvolume brick2
end-volume

volume rep-32-2
type cluster/replicate
subvolumes brick-32-2-0 brick-32-2-1
end-volume

volume brick-32-3-0
type protocol/client
option transport-type tcp
option remote-host c8-0-32
option remote-port 7001
option remote-subvolume brick3
end-volume

volume brick-32-3-1
type protocol/client
option transport-type tcp
option remote-host c8-1-32
option remote-port 7001
option remote-subvolume brick3
end-volume

volume rep-32-3
type cluster/replicate
subvolumes brick-32-3-0 brick-32-3-1
end-volume

volume union
type cluster/distribute
subvolumes rep-0-0 rep-0-1 rep-0-2 rep-0-3 rep-1-0 rep-1-1 rep-1-2 rep-1-3 
rep-2-0 rep-2-1 rep-2-2 rep-2-3 rep-3-0 rep-3-1 rep-3-2 rep-3-3 rep-4-0 rep-4-1 
rep-4-2 rep-4-3 rep-5-0 rep-5-1 rep-5-2 rep-5-3 rep-6-0 rep-6-1 rep-6-2 rep-6-3 
rep-7-0 rep-7-1 rep-7-2 rep-7-3 rep-8-0 rep-8-1 rep-8-2 rep-8-3 rep-9-0 rep-9-1 
rep-9-2 rep-9-3 rep-10-0 rep-10-1 rep-10-2 rep-10-3 rep-11-0 rep-11-1 rep-11-2 
rep-11-3 rep-12-0 rep-12-1 rep-12-2 rep-12-3 rep-13-0 rep-13-1 rep-13-2 
rep-13-3 rep-14-0 rep-14-1 rep-14-2 rep-14-3 rep-15-0 rep-15-1 rep-15-2 
rep-15-3 rep-16-0 rep-16-1 rep-16-2 rep-16-3 rep-17-0 rep-17-1 rep-17-2 
rep-17-3 rep-18-0 rep-18-1 rep-18-2 rep-18-3 rep-19-0 rep-19-1 rep-19-2 
rep-19-3 rep-20-0 rep-20-1 rep-20-2 rep-20-3 rep-21-0 rep-21-1 rep-21-2 
rep-21-3 rep-22-0 rep-22-1 rep-22-2 rep-22-3 rep-23-0 rep-23-1 rep-23-2 
rep-23-3 rep-24-0 rep-24-1 rep-24-2 rep-24-3 rep-25-0 rep-25-1 rep-25-2 
rep-25-3 rep-26-0 rep-26-1 rep-26-2 rep-26-3 rep-27-0 rep-27-1 rep-27-2 
rep-27-3 rep-28-0 rep-28-1 rep-28-2 rep-28-3 rep-29-0 rep-29-1 rep-29-2 
rep-29-3 rep-30-0 rep-30-1 rep-30-2 rep-30-3 rep-31-0 rep-31-1 rep-31-2 
rep-31-3 rep-32-0 rep-32-1 rep-32-2 rep-32-3
end-volume

volume client
type performance/write-behind
option cache-size 64MB
option flush-behind on
subvolumes union
end-volume
_______________________________________________
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users

Reply via email to