On 31.05.2010 11:39, Deyan Chepishev wrote: > Hello, > > I am trying to configure a volume using DHT, however after I mount it, > the mount point looks rather strange and when I try to do 'ls' on it I > get: > > ls: /mnt/gtest: Stale NFS file handle > > I can create files and dirs in the mount point, I can list them but I > cant list the mount point itself. > > Example: > > the folume is mounted on /mnt/gtest > > [root at storage2]# ls -l /mnt/ > > ?--------- ? ? ? ? ? gtest > > If I try to list the mountpoint: > [root at storage2 ~]# ls -l /mnt/gtest > ls: /mnt/gtest: Stale NFS file handle > > Can anyone please help me fix this. > > Here is the systeminfo: > > OS: CentOS 5 x86_64 > Kernel: 2.6.18-194.3.1.el5 > Fuse: 2.7.4glfs11 > glusterfs 3.0.4 built on May 17 2010 08:28:27 > Repository revision: v3.0.4 > > The volume files: > Did you try to umount and mount it again? From my tests with gluster when I start server and first time mount the share it behaves like you said, but if re-mount it, it works. This is not a solution, just what I found.