]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: turn up debugging on SIGINT/TERM
authorSage Weil <sage@newdream.net>
Thu, 6 Nov 2008 22:11:13 +0000 (14:11 -0800)
committerSage Weil <sage@newdream.net>
Thu, 6 Nov 2008 22:11:13 +0000 (14:11 -0800)
src/osd/OSD.cc

index 39eff90df4a1e8dae5d4e11147ba27f4236b884c..ed65d47b31a65725280b652d38bdbe64d7c6660d 100644 (file)
@@ -326,6 +326,10 @@ void handle_signal(int signal)
   case SIGTERM:
   case SIGINT:
     got_sigterm = true;
+    g_conf.debug_osd = 100;
+    g_conf.debug_journal = 100;
+    g_conf.debug_filestore = 100;
+    g_conf.debug_ebofs = 100;
     break;
   }
 }