From: Yuri <yur...@gm...> - 2011-02-11 08:06:27
|
Any more message? Yuri,BG4HKQ 发件人: goubao.163 [mailto:gou...@16...] 发送时间: 2011年2月11日 12:18 收件人: moo...@li... 主题: [Moosefs-users] master restart error hi all: mfs version 1.6.17 In my mfs system,there are sixty million files . when i stop master and then start it , a error occured . the error log is that loading chunks data ... error . error was find in chunks.c function chunk_load(FILE *fd) r = fread(loadbuff,1,CHUNKFSIZE*CHUNKCNT,fd); if (r<0) { return -1; } if ((r%CHUNKFSIZE)!=0) { return -1; } why? |