]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon/MDSMonitor: log warning while MDS up but no FS 1942/head
authorJohn Spray <jspray@redhat.com>
Thu, 12 Jun 2014 11:54:35 +0000 (12:54 +0100)
committerJohn Spray <jspray@redhat.com>
Mon, 30 Jun 2014 09:38:57 +0000 (10:38 +0100)
Signed-off-by: John Spray <john.spray@redhat.com>
src/mon/MDSMonitor.cc

index 152c643bc124732ab6cd00ee438b7381484d9ac0..6994fd7095c208616b0a4e8507ef885783298b91 100644 (file)
@@ -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;
   }