From: John Spray Date: Thu, 12 Jun 2014 11:54:35 +0000 (+0100) Subject: mon/MDSMonitor: log warning while MDS up but no FS X-Git-Tag: v0.84~164^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1942%2Fhead;p=ceph.git mon/MDSMonitor: log warning while MDS up but no FS Signed-off-by: John Spray --- diff --git a/src/mon/MDSMonitor.cc b/src/mon/MDSMonitor.cc index 152c643bc124..6994fd7095c2 100644 --- a/src/mon/MDSMonitor.cc +++ b/src/mon/MDSMonitor.cc @@ -382,6 +382,7 @@ bool MDSMonitor::prepare_beacon(MMDSBeacon *m) // Ignore beacons if filesystem is disabled if (!mdsmap.get_enabled()) { + dout(1) << "warning, MDS " << m->get_orig_source_inst() << " up but filesystem disabled" << dendl; return false; }