Fri 26 Dec 2008 11:43:34 PM UTC, original submission:
running the client in debug mode, I see the following:
2008-12-26 18:34:57 D [client-protocol.c:5690:client_protocol_reconnect] nas2: attempting reconnect
2008-12-26 18:34:57 D [socket.c:924:socket_connect] nas2: connect () called on transport already connected
2008-12-26 18:35:07 D [client-protocol.c:5690:client_protocol_reconnect] nas2: attempting reconnect
2008-12-26 18:35:07 D [socket.c:924:socket_connect] nas2: connect () called on transport already connected
===========
web1:/www/photo_rolls_ite/it# cat /usr/local/etc/glusterfs/glusterfs-client.vol
volume nas1brick1
type protocol/client
option transport-type tcp/client
option remote-host 10.5.1.180
option remote-subvolume nas1brick1p
end-volume
volume nas1brick2
type protocol/client
option transport-type tcp/client
option remote-host 10.5.1.180
option remote-subvolume nas1brick2p
end-volume
volume nas1-ns
type protocol/client
option transport-type tcp/client
option remote-host 10.5.1.180
option remote-subvolume nas1-nsp
end-volume
volume nas1
type cluster/unify
option namespace nas1-ns
option scheduler rr
subvolumes nas1brick1 nas1brick2
end-volume
volume nas2
type protocol/client
option transport-type tcp/client
option remote-host 10.10.1.185
option remote-subvolume nas2
end-volume
volume array
type cluster/afr
subvolumes nas2 nas1
option favorite-child nas2
end-volume
volume writebehind
type performance/write-behind
option aggregate-size 1MB
option window-size 3MB
option flush-behind on
subvolumes array
end-volume
|