Displaying 1 result from an estimated 1 matches for "web_repl".
2009 May 13
0
Glusterfs-2 locks/hangs on EC2/vtun setup
..._1
type protocol/client
option transport-type tcp
option remote-host 192.168.172.10
option remote-subvolume web_brick
end-volume
volume web_remote_2
type protocol/client
option transport-type tcp
option remote-host 192.168.172.11
option remote-subvolume web_brick
end-volume
volume web_replicate
type cluster/replicate
subvolumes web_remote_1 web_remote_2
end-volume
#------------------
On the servers, my glusterfs-server.vol looks like this:
#------------------
volume web
type storage/posix
option directory /var/glusterfs/web
end-volume
volume web_locks
type features/locks...