]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: send log events to monitor
authorSage Weil <sage@newdream.net>
Thu, 25 Feb 2010 18:39:01 +0000 (10:39 -0800)
committerSage Weil <sage@newdream.net>
Thu, 25 Feb 2010 20:25:10 +0000 (12:25 -0800)
src/osd/OSD.cc

index 619a04419de63c6d74f1a583e5a2cd572f97ce3e..cd70b23fd0684f68333edce09955365291f3c301 100644 (file)
@@ -1339,6 +1339,8 @@ void OSD::tick()
 
   map_lock.put_read();
 
+  logclient.send_log();
+
   timer.add_event_after(1.0, new C_Tick(this));
 
   // only do waiters if dispatch() isn't currently running.  (if it is,