On Mon, May 28, 2012 at 3:35 AM, Tomoki BENIYA <beniya@xxxxxxxxxxxxxx> wrote: > Following messages are appearing per 10 sec on terminal of mds.1. > But, not appearing on mds.0. > > What does these mean? And, how to stop these? > ============================================================ > Message from syslogd@mds1 at May 28 19:26:03 ... > ceph-mds: 2012-05-28 19:26:03.497958 7fede74e5700 0 mds.0.bal mds.0 mdsload<[0,0 0]/[0,0 0], req 0, hr 0, qlen 0, cpu 0.05> = 0 ~ 0 That looks like https://github.com/ceph/ceph/blob/master/src/mds/MDBalancer.cc#L472 which looks like a diagnostic message only output by the root MDS. That's why you only see it on one of your MDS servers. It's a harmless status message. It's logged at a fairly high priority, but you can ignore it. The decision to output it to a console is made by your syslog daemon, and that is the right place to configure that. -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html