<br><br><div class="gmail_quote">On 25 October 2011 12:15, Pranith Kumar K <span dir="ltr">&lt;<a href="mailto:pranithk@gluster.com">pranithk@gluster.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    hi,<br>
          If the setup is not in production could you do &quot;gluster volume
    set volume01 client-log-level DEBUG&quot; and repeat the actions then
    post the logfile located at
    /usr/local/var/log/glusterfs/mnt-gluster.log on the client machine<br>
    <br>
    Pranith<div><div></div><div class="h5"><br>
    <br>
    On 10/25/2011 03:55 PM, M. Vale wrote:
    </div></div><blockquote type="cite"><div><div></div><div class="h5">
      
      Hi, we have 4 test machines (gluster01 to gluster04).<br>
      <br>
      I&#39;ve created a replicated volume with the 4 machines.<br>
      <br>
      Then on the client machine i&#39;ve executed:<br>
      <br>
      mount -t glusterfs gluster01:/volume01 /mnt/gluster<br>
      <br>
      And everything works ok.<br>
      <br>
      The main problem occurs in every client machine that I do:<br>
      <br>
      umount /mnt/gluster<br>
      <br>
      and the<br>
      <br>
      mount -t glusterfs gluster01:/volume01 /mnt/gluster<br>
      <br>
      <br>
      The client machine stops to respond, I cannot run a ls -l
      everything stops on the client machine.<br>
      <br>
      It freezes for 120 to 300 seconds.<br>
      <br>
      And then after this time I can return to type on the machine.<br>
      <br>
      I type:<br>
      <br>
      mount (enter)<br>
      <br>
      And I can see the mount point.<br>
      <br>
      But if I do cd /mnt/gluster<br>
      and then<br>
      <br>
      ls -l<br>
      <br>
      Everything freezes again.<br>
      <br>
      <br>
      There is no firewall installed, And I can reproduce this everytime
      in all our client machines.<br>
      <br>
      <br>
      Any idea how to start looking for the problem?<br>
      <br>
      <br>
      Best Regards<br>
      <br>
      <fieldset></fieldset>
      <br>
      </div></div><pre>_______________________________________________
Gluster-users mailing list
<a href="mailto:Gluster-users@gluster.org" target="_blank">Gluster-users@gluster.org</a>
<a href="http://gluster.org/cgi-bin/mailman/listinfo/gluster-users" target="_blank">http://gluster.org/cgi-bin/mailman/listinfo/gluster-users</a>
</pre>
    </blockquote>
    <br>
  </div>

</blockquote></div><br><br>Hi, There is the log:<br><br># cat /usr/local/var/log/glusterfs/<div>mnt-gluster.log<br>
[2011-10-25 11:29:36.910146] I [glusterfsd.c:1493:main] 
0-/usr/local/sbin/glusterfs: Started Running /usr/local/sbin/glusterfs 
version 3.2.4<br>
[2011-10-25 11:38:44.794630] W [glusterfsd.c:727:cleanup_and_exit] 
(--&gt;/lib/libc.so.6(clone+0x6d) [0x7fb5a52687dd] 
(--&gt;/lib/libpthread.so.0(+0x7da0) [0x7fb5a54fcda0] 
(--&gt;/usr/local/sbin/glusterfs(glusterfs_sigwaiter+0xd5) [0x406745])))
 0-: received signum (15), shutting down<br>
[2011-10-25 11:38:44.794679] I [fuse-bridge.c:3724:fini] 0-fuse: Unmounting &#39;/mnt/gluster&#39;.<br>
[2011-10-25 11:39:56.752093] I [glusterfsd.c:1493:main] 
0-/usr/local/sbin/glusterfs: Started Running /usr/local/sbin/glusterfs 
version 3.2.4<br>
[2011-10-25 11:39:56.762720] E [glusterfsd-mgmt.c:628:mgmt_getspec_cbk] 0-glusterfs: failed to get the &#39;volume file&#39; from server<br>
[2011-10-25 11:39:56.762775] E [glusterfsd-mgmt.c:695:mgmt_getspec_cbk] 0-mgmt: failed to fetch volume file (key:/mnt)<br>
[2011-10-25 11:39:56.762940] W [glusterfsd.c:727:cleanup_and_exit] 
(--&gt;/usr/local/lib/libgfrpc.so.0(rpc_clnt_notify+0x7d) 
[0x7f4a6603db2d] 
(--&gt;/usr/local/lib/libgfrpc.so.0(rpc_clnt_handle_reply+0xa5) 
[0x7f4a6603d1d5] 
(--&gt;/usr/local/sbin/glusterfs(mgmt_getspec_cbk+0x2fd) [0x40872d]))) 
0-: received signum (0), shutting down<br>
[2011-10-25 11:39:56.762971] I [fuse-bridge.c:3724:fini] 0-fuse: Unmounting &#39;/mnt/gluster&#39;.<br><br><br> <br></div>If I do:<br><br># ls -l /mnt/gluster/<br><br>It freezes the system.<br>