<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
Client 1<br>
[2011-04-26 12:25:07.178381] I [client.c:1883:client_rpc_notify] 2-distribute-client-1: disconnected<br>
[2011-04-26 12:25:10.188056] I [client.c:1883:client_rpc_notify] 2-distribute-client-1: disconnected<br>
<br>
Client 2<br>
[2011-04-26 12:24:57.749822] I [client.c:1883:client_rpc_notify] 0-distribute-client-1: disconnected<br>
[2011-04-26 12:25:01.753013] I [client.c:1883:client_rpc_notify] 0-distribute-client-1: disconnected<br>
<br>
It&#39;s a case of RPC_CLNT_DISCONNECT according to the code but that alone doesn&#39;t tell me much. What does the &#39;2-distribute-client-1&#39; actually map to?<br>
<br></blockquote><div><br></div><div>2-distribute-client-1 -&gt; 2 here (ie, the first number) means the graph id. (Graph id changes when ever some changes in volume file happens). &#39;distribute&#39; is your volume name, and if  you go through the volume file, (which will be logged in log file too), you can see a protocol/client volume with name &#39;distribute-client-1&#39;. </div>
<div><br></div><div>See its definition,  and get remote-host IP and check if the brick is running in that particular node.</div><div><br></div><div>Mean time, with 3.2.x onwards these logs will be changed to print the IP:port of the remote host too, so one can get to the remote machine without much of greping around.</div>
<div><br></div><div>Regards,</div><div>Amar</div><div><br></div><div><br></div></div>