Hi Chris,<br>The issue is that maximum allowed blocksize is less than the size of the transmitted block. Maximum allowed block size can be changed using the option &quot;limits.transaction-size&quot; on both protocol/client and protocol/server. Make sure that it can accommodate the size of the largest block that can be transmitted.<br>
<br>In your case, the issue can be fixed with updating the configuration on the server having the issue with the following option in protocol/server<br><br>option limits.transaction-size 128KB<br><br>regards,<br><br><div class="gmail_quote">
On Thu, Oct 23, 2008 at 7:25 AM, <a href="mailto:chris@velocityservers.com.au">chris@velocityservers.com.au</a> <span dir="ltr">&lt;<a href="mailto:chris@velocityservers.com.au">chris@velocityservers.com.au</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">HI Guys,<br>
<br>
When i try to transfer a file over the glusterfs storage system, i get the following log from one of my servers -, the other 2 servers copy the file without an issue:<br>
<br>
2008-10-23 05:14:36 E [protocol.c:342:gf_block_unserialize_transport] server: frame size (131278) &gt; max (83896)<br>
2008-10-23 05:14:36 D [tcp.c:87:tcp_disconnect] server: connection disconnected<br>
2008-10-23 05:14:36 D [server-protocol.c:6262:server_protocol_cleanup] server: cleaned up transport state for client <a href="http://192.168.1.105:1021" target="_blank">192.168.1.105:1021</a><br>
2008-10-23 05:14:36 D [tcp-server.c:257:gf_transport_fini] server: destroying transport object for <a href="http://192.168.1.105:1021" target="_blank">192.168.1.105:1021</a> (fd=6)<br>
2008-10-23 05:14:36 D [tcp-server.c:145:tcp_server_notify] server: Registering socket (6) for new transport object of <a href="http://192.168.1.105" target="_blank">192.168.1.105</a><br>
2008-10-23 05:14:36 D [ip.c:120:gf_auth] brick: allowed = &quot;*&quot;, received ip addr = &quot;<a href="http://192.168.1.105" target="_blank">192.168.1.105</a>&quot;<br>
<br>
It seems that the file transfers over with a file size of 0.<br>
<br>
Glusterfs-serve.vol :<br>
<br>
# file: /etc/glusterfs/glusterfs-server.vol<br>
<br>
volume brick<br>
&nbsp;type storage/posix<br>
&nbsp;option directory /mnt/HD_a2/export<br>
end-volume<br>
<br>
volume server<br>
&nbsp;type protocol/server<br>
&nbsp;option transport-type tcp/server<br>
&nbsp;option auth.ip.brick.allow *<br>
&nbsp;subvolumes brick<br>
end-volume<br>
<br>
Glusterfs-client:<br>
<br>
volume remote1<br>
&nbsp;type protocol/client<br>
&nbsp;option transport-type tcp/client<br>
&nbsp;option remote-host <a href="http://192.168.1.104" target="_blank">192.168.1.104</a><br>
&nbsp;option remote-subvolume brick<br>
end-volume<br>
<br>
volume remote2<br>
&nbsp;type protocol/client<br>
&nbsp;option transport-type tcp/client<br>
&nbsp;option remote-host <a href="http://192.168.1.106" target="_blank">192.168.1.106</a><br>
&nbsp;option remote-subvolume brick<br>
end-volume<br>
<br>
volume remote3<br>
&nbsp;type protocol/client<br>
&nbsp;option transport-type tcp/client<br>
&nbsp;option remote-host <a href="http://192.168.1.10" target="_blank">192.168.1.10</a><br>
&nbsp;option remote-subvolume brick<br>
end-volume<br>
<br>
volume mirror0<br>
&nbsp;type cluster/afr<br>
&nbsp;subvolumes remote1 remote2 remote3<br>
end-volume<br>
<br>
Server with issue is <a href="http://192.168.1.10" target="_blank">192.168.1.10</a>.<br>
<br>
Could anyone tell me what the issue is.<br>
<br>
Thanks<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
Gluster-devel mailing list<br>
<a href="mailto:Gluster-devel@nongnu.org" target="_blank">Gluster-devel@nongnu.org</a><br>
<a href="http://lists.nongnu.org/mailman/listinfo/gluster-devel" target="_blank">http://lists.nongnu.org/mailman/listinfo/gluster-devel</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Raghavendra G<br><br>