From: Steve W. <st...@pu...> - 2012-04-09 18:58:49
|
On 04/09/2012 02:51 PM, Steve Thompson wrote: > mfs 1.6.20 > > I have marked a disk for removal with * in the mfshdd.cfg file. There are > approximately 1.6 million chunks on this disk, and so far about 1.3 > million chunks have been replicated elsewhere. All files have goal = 2. > > When viewing the CGI with Firefox on a Windows box, it shows 1.3 million > in blue on the valid copies = 3 column of the goal = 2 line and nothing in > the valid copies = 1 line. This number is increasing. > > When viewing the CGI with Firefox on a Linux box, it shows 300,000 in > orange on the valid copies = 1 column of the goal = 2 line, and nothing in > the valid copies = 3 line. This number is decreasing. > > The CGI is running on the mfsmaster in both cases. Why the difference? > > BTW, this has taken 5 days so far. A little slow, methinks. > > Steve Regarding the speed issue, have you modified the default CHUNKS_WRITE_REP_LIMIT and CHUNKS_READ_REP_LIMIT in mfsmaster.cfg? Following suggestions on the list, I have mine permanently set to: CHUNKS_WRITE_REP_LIMIT = 5 CHUNKS_READ_REP_LIMIT = 15 instead of the default: CHUNKS_WRITE_REP_LIMIT = 1 CHUNKS_READ_REP_LIMIT = 5 Steve |