From: Steve W. <st...@pu...> - 2015-04-01 14:48:08
|
Hi, One of our MooseFS installations has a problem with one of its directories. mfsdirinfo shows: [root@mckinley IPAB]# mfsdirinfo database database: inodes: 2381944 directories: 1 files: 2381943 chunks: 2381942 length: 4863750852 size: 168298493952 realsize: 336596987904 When going into the directory and attempting to list the contents, I get the following error from ls: ls: reading directory .: Input/output error I can create new entries in this directory, list them, and remove them: [root@mckinley x]# touch a [root@mckinley x]# ls -l a -rw-r--r-- 1 root root 0 Apr 1 10:45 a [root@mckinley x]# rm a rm: remove regular empty file `a'? y [root@mckinley x]# I don't see any MooseFS error messages in the logs and the MooseFS filesystem check information is clean. Any suggestions??? Thanks! Steve |