On Tue, Nov 24, 2009 at 5:30 PM, Dongmin Yu <min@xxxxxxxxxxxxx> wrote: > Hello, > > > > To isolate the issue, I created a simple test case. > > > > void readdir_test() > > { > > struct dirent *dirp = NULL; > > glusterfs_dir_t dirfd = NULL; > > char *path = "/hs2/m/min001"; > > dirfd = glusterfs_opendir( path ); > > while( (dirp = glusterfs_readdir(dirfd)) != NULL ) { > > printf("%s\n", dirp->d_name ); > > } > > glusterfs_closedir( dirfd ); > > } > > > > I’m using CentOS 64bit. The configuration was not the issue. Can you please paste the server/client volume files here ? - Anush