From 83f19064a8446d29ffe135d939b8f5c179ec2630 Mon Sep 17 00:00:00 2001 From: John Spray Date: Thu, 12 Jun 2014 12:54:35 +0100 Subject: [PATCH] mon/MDSMonitor: log warning while MDS up but no FS Signed-off-by: John Spray --- src/mon/MDSMonitor.cc | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.47.3