Hi, I have the filesystem mounted from two mac machine. (They use the clustered, shared filesystem). The problem I have is, when I am writing from one node, if I do the 'ls -l' (technically a readdir + stat/lookup) from other node, the stat information is not updated. It shows the value of the stat when it took it for the first time. I thought it may be a attribute/entry/stat timeout problem, waited for some time, more than 5mins, and again did a 'ls -l' on second machine, but still the stats are not updated :(
Here is the snippet of 'ls -l' on both machines, (note the difference in size of test.10GB file. it never reached 10GB on second machine). I am using Leopard 10.5.3, and macfuse from svn (checked out yesterday). Any pointers regarding this will be very helpful. mac1: bash-3.2# df -h mnt/ Filesystem Size Used Avail Capacity Mounted on glusterfs 1.1Ti 13Gi 1.0Ti 2% /Users/zresearch/mnt bash-3.2# bash-3.2# ls -l mnt total 26165272 drwxr-xr-x 19 root wheel 4096 Jun 26 19:32 etc drwxr-xr-x 2 root wheel 4096 Jun 25 22:25 glusterfs-1.4.0qa23 -rw-r----- 1 root wheel 524288000 Jun 26 20:58 ioz1 -rw-r----- 1 root wheel 524288000 Jun 26 20:59 ioz128 -rw-r--r-- 1 root wheel 0 Jun 26 21:07 junk -rw-r--r-- 1 root wheel 3 Jun 26 21:06 okpa -rw-r--r-- 1 root wheel 10737418240 Jun 26 21:05 test.10GB -rw-r--r-- 1 root wheel 536870912 Jun 26 20:56 testfile -rw-r--r-- 1 root wheel 536870912 Jun 26 20:57 testfile128k -rw-r--r-- 1 root wheel 536870912 Jun 26 20:57 testfile2m bash-3.2# mac2: bash-3.2# ls -l mnt total 22550416 drwxr-xr-x 19 root wheel 4096 Jun 26 19:32 etc drwxr-xr-x 2 root wheel 4096 Jun 25 22:25 glusterfs-1.4.0qa23 -rw-r----- 1 root wheel 524288000 Jun 26 20:58 ioz1 -rw-r----- 1 root wheel 524288000 Jun 26 20:59 ioz128 -rw-r--r-- 1 root wheel 0 Jun 26 21:07 junk -rw-r--r-- 1 root wheel 0 Jun 26 21:06 okpa -rw-r--r-- 1 root wheel 8886616064 Jun 26 21:05 test.10GB -rw-r--r-- 1 root wheel 536870912 Jun 26 20:56 testfile -rw-r--r-- 1 root wheel 536870912 Jun 26 20:57 testfile128k -rw-r--r-- 1 root wheel 536870912 Jun 26 20:57 testfile2m Regards, Amar -- Amar Tumballi Gluster/GlusterFS Hacker [bulde on #gluster/irc.gnu.org] http://www.zresearch.com - Commoditizing Super Storage! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "macfuse-devel" group. To post to this group, send email to macfuse-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/macfuse-devel?hl=en -~----------~----~----~----~------~----~------~--~---