]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: less chatter about tick 7234/head
authorSage Weil <sage@redhat.com>
Thu, 14 Jan 2016 13:46:45 +0000 (08:46 -0500)
committerSage Weil <sage@redhat.com>
Thu, 14 Jan 2016 13:46:45 +0000 (08:46 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/OSD.cc

index 6a779415881d33249229593ec2e3128d44b3cec4..4bf70661189cfbeeddd1545a733980af0f9189fb 100644 (file)
@@ -3949,7 +3949,7 @@ bool OSD::heartbeat_reset(Connection *con)
 void OSD::tick()
 {
   assert(osd_lock.is_locked());
-  dout(5) << "tick" << dendl;
+  dout(10) << "tick" << dendl;
 
   logger->set(l_osd_buf, buffer::get_total_alloc());
   logger->set(l_osd_history_alloc_bytes, SHIFT_ROUND_UP(buffer::get_history_alloc_bytes(), 20));
@@ -3998,7 +3998,7 @@ void OSD::tick()
 void OSD::tick_without_osd_lock()
 {
   assert(tick_timer_lock.is_locked());
-  dout(5) << "tick_without_osd_lock" << dendl;
+  dout(10) << "tick_without_osd_lock" << dendl;
 
   // osd_lock is not being held, which means the OSD state
   // might change when doing the monitor report