Displaying 1 result from an estimated 1 matches for "web_remote_1".
Did you mean:
web_remote_2
2009 May 13
0
Glusterfs-2 locks/hangs on EC2/vtun setup
...peats for the other node
In order to remount the volume after failure, I have to umount --force, and then manually kill the glusterfs process. Otherwise the connection just hangs again as soon as I remount.
On each storage node, my glusterfs-client.vol looks like this:
#------------------
volume web_remote_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 we...