Hi Chris,<br><br>comments are inlined. I&#39;ve added the option in volume server. Please update this change on the server you are having the issue.<br><br><div class="gmail_quote">On Thu, Oct 23, 2008 at 8:22 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 Raghavendra,<br>
<br>
I know it sounds like a stupid question,<br>
<br>
however whereabouts in the configuration should i put the :option limits.transaction-size 128KB&quot; in?<div class="Ih2E3d"><br>
<br>
volume brick<br>
type storage/posix<br>
option directory /mnt/HD_a2/export<br>
end-volume<br>
<br>
volume server<br>
type protocol/server<br>
option transport-type tcp/server<br>
option auth.ip.brick.allow *</div></blockquote><div>&nbsp;</div><div>option limits.transaction-size 128KB <br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d"><br>
subvolumes brick<br>
end-volume<br>
<br></div>
Thanks<br>
<br>
Raghavendra G wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">
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><div class="Ih2E3d">
On Thu, Oct 23, 2008 at 7:25 AM, <a href="mailto:chris@velocityservers.com.au" target="_blank">chris@velocityservers.com.au</a> &lt;mailto:<a href="mailto:chris@velocityservers.com.au" target="_blank">chris@velocityservers.com.au</a>&gt; &lt;<a href="mailto:chris@velocityservers.com.au" target="_blank">chris@velocityservers.com.au</a> &lt;mailto:<a href="mailto:chris@velocityservers.com.au" target="_blank">chris@velocityservers.com.au</a>&gt;&gt; wrote:<br>

<br>
 &nbsp; &nbsp;HI Guys,<br>
<br>
 &nbsp; &nbsp;When i try to transfer a file over the glusterfs storage system, i<br>
 &nbsp; &nbsp;get the following log from one of my servers -, the other 2<br>
 &nbsp; &nbsp;servers copy the file without an issue:<br>
<br>
 &nbsp; &nbsp;2008-10-23 05:14:36 E<br>
 &nbsp; &nbsp;[protocol.c:342:gf_block_unserialize_transport] server: frame size<br>
 &nbsp; &nbsp;(131278) &gt; max (83896)<br>
 &nbsp; &nbsp;2008-10-23 05:14:36 D [tcp.c:87:tcp_disconnect] server: connection<br>
 &nbsp; &nbsp;disconnected<br>
 &nbsp; &nbsp;2008-10-23 05:14:36 D<br>
 &nbsp; &nbsp;[server-protocol.c:6262:server_protocol_cleanup] server: cleaned<br>
 &nbsp; &nbsp;up transport state for client <a href="http://192.168.1.105:1021" target="_blank">192.168.1.105:1021</a><br></div>
 &nbsp; &nbsp;&lt;<a href="http://192.168.1.105:1021" target="_blank">http://192.168.1.105:1021</a>&gt;<div class="Ih2E3d"><br>
 &nbsp; &nbsp;2008-10-23 05:14:36 D [tcp-server.c:257:gf_transport_fini] server:<br>
 &nbsp; &nbsp;destroying transport object for <a href="http://192.168.1.105:1021" target="_blank">192.168.1.105:1021</a><br></div>
 &nbsp; &nbsp;&lt;<a href="http://192.168.1.105:1021" target="_blank">http://192.168.1.105:1021</a>&gt; (fd=6)<div class="Ih2E3d"><br>
 &nbsp; &nbsp;2008-10-23 05:14:36 D [tcp-server.c:145:tcp_server_notify] server:<br>
 &nbsp; &nbsp;Registering socket (6) for new transport object of <a href="http://192.168.1.105" target="_blank">192.168.1.105</a><br></div>
 &nbsp; &nbsp;&lt;<a href="http://192.168.1.105" target="_blank">http://192.168.1.105</a>&gt;<div class="Ih2E3d"><br>
 &nbsp; &nbsp;2008-10-23 05:14:36 D [ip.c:120:gf_auth] brick: allowed = &quot;*&quot;,<br></div>
 &nbsp; &nbsp;received ip addr = &quot;<a href="http://192.168.1.105" target="_blank">192.168.1.105</a> &lt;<a href="http://192.168.1.105" target="_blank">http://192.168.1.105</a>&gt;&quot;<div class="Ih2E3d"><br>
<br>
 &nbsp; &nbsp;It seems that the file transfers over with a file size of 0.<br>
<br>
 &nbsp; &nbsp;Glusterfs-serve.vol :<br>
<br>
 &nbsp; &nbsp;# file: /etc/glusterfs/glusterfs-server.vol<br>
<br>
 &nbsp; &nbsp;volume brick<br>
 &nbsp; &nbsp; type storage/posix<br>
 &nbsp; &nbsp; option directory /mnt/HD_a2/export<br>
 &nbsp; &nbsp;end-volume<br>
<br>
 &nbsp; &nbsp;volume server<br>
 &nbsp; &nbsp; type protocol/server<br>
 &nbsp; &nbsp; option transport-type tcp/server<br>
 &nbsp; &nbsp; option auth.ip.brick.allow *<br>
 &nbsp; &nbsp; subvolumes brick<br>
 &nbsp; &nbsp;end-volume<br>
<br>
 &nbsp; &nbsp;Glusterfs-client:<br>
<br>
 &nbsp; &nbsp;volume remote1<br>
 &nbsp; &nbsp; type protocol/client<br>
 &nbsp; &nbsp; option transport-type tcp/client<br></div>
 &nbsp; &nbsp; option remote-host <a href="http://192.168.1.104" target="_blank">192.168.1.104</a> &lt;<a href="http://192.168.1.104" target="_blank">http://192.168.1.104</a>&gt;<div class="Ih2E3d"><br>
 &nbsp; &nbsp; option remote-subvolume brick<br>
 &nbsp; &nbsp;end-volume<br>
<br>
 &nbsp; &nbsp;volume remote2<br>
 &nbsp; &nbsp; type protocol/client<br>
 &nbsp; &nbsp; option transport-type tcp/client<br></div>
 &nbsp; &nbsp; option remote-host <a href="http://192.168.1.106" target="_blank">192.168.1.106</a> &lt;<a href="http://192.168.1.106" target="_blank">http://192.168.1.106</a>&gt;<div class="Ih2E3d"><br>
 &nbsp; &nbsp; option remote-subvolume brick<br>
 &nbsp; &nbsp;end-volume<br>
<br>
 &nbsp; &nbsp;volume remote3<br>
 &nbsp; &nbsp; type protocol/client<br>
 &nbsp; &nbsp; option transport-type tcp/client<br></div>
 &nbsp; &nbsp; option remote-host <a href="http://192.168.1.10" target="_blank">192.168.1.10</a> &lt;<a href="http://192.168.1.10" target="_blank">http://192.168.1.10</a>&gt;<div class="Ih2E3d"><br>
 &nbsp; &nbsp; option remote-subvolume brick<br>
 &nbsp; &nbsp;end-volume<br>
<br>
 &nbsp; &nbsp;volume mirror0<br>
 &nbsp; &nbsp; type cluster/afr<br>
 &nbsp; &nbsp; subvolumes remote1 remote2 remote3<br>
 &nbsp; &nbsp;end-volume<br>
<br></div>
 &nbsp; &nbsp;Server with issue is <a href="http://192.168.1.10" target="_blank">192.168.1.10</a> &lt;<a href="http://192.168.1.10" target="_blank">http://192.168.1.10</a>&gt;.<div class="Ih2E3d"><br>
<br>
 &nbsp; &nbsp;Could anyone tell me what the issue is.<br>
<br>
 &nbsp; &nbsp;Thanks<br>
<br>
<br>
<br>
<br>
 &nbsp; &nbsp;_______________________________________________<br>
 &nbsp; &nbsp;Gluster-devel mailing list<br></div>
 &nbsp; &nbsp;<a href="mailto:Gluster-devel@nongnu.org" target="_blank">Gluster-devel@nongnu.org</a> &lt;mailto:<a href="mailto:Gluster-devel@nongnu.org" target="_blank">Gluster-devel@nongnu.org</a>&gt;<div class="Ih2E3d"><br>
 &nbsp; &nbsp;<a href="http://lists.nongnu.org/mailman/listinfo/gluster-devel" target="_blank">http://lists.nongnu.org/mailman/listinfo/gluster-devel</a><br>
<br>
<br>
<br>
<br>
-- <br>
Raghavendra G<br>
<br>
</div></blockquote>
<br>
</blockquote></div><br><br clear="all"><br>-- <br>Raghavendra G<br><br>