]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
objecter: show osds in laggy debug output
authorSage Weil <sage@newdream.net>
Fri, 30 Apr 2010 17:11:16 +0000 (10:11 -0700)
committerSage Weil <sage@newdream.net>
Fri, 30 Apr 2010 19:58:56 +0000 (12:58 -0700)
src/osdc/Objecter.cc

index 55b229d89ce99f9068801e5fdbaf970707011e3a..8c7e96ce2dfe6d12a2c6bfd0fc74eeec1a0e5183 100644 (file)
@@ -340,7 +340,8 @@ void Objecter::tick()
        i++) {
     if (!i->second.active_tids.empty() &&
        i->second.last < cutoff) {
-      dout(1) << " pg " << i->first << " is laggy: " << i->second.active_tids << dendl;
+      dout(1) << " pg " << i->first << " on " << i->second.acting
+             << " is laggy: " << i->second.active_tids << dendl;
       maybe_request_map();
       //break;