From: Agata Kruszona-Z. <ch...@mo...> - 2020-04-10 09:43:22
|
W dniu 10.04.2020 o 01:11, Jay Livens pisze: > Hi, > > I see this periodically in the logs and am not sure what it means. > Everything seems to be working fine, but I wanted to confirm that this > did not signal some other form of problem. > > I found the actual MFS code > <https://github.com/moosefs/moosefs/blob/master/mfsmaster/bgsaver.c> > generating this, but I am not familiar enough with C to understand what > it means. Hi, This means your master encountered a write error while trying to save data to a changelog file. This might mean any kind of error: during open, write, fsync or close. Do you have enough space in your metadata directory (usually "/var/lib/mfs", but check your config)? Is the hdd in your master server working properly? Are there any generic (kernel) errors surrounding this message in your logs? Are you using the latest version of MooseFS? Agata -- Agata Kruszona-Zawadzka MooseFS Team |