]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: turn off recovery oid sets
authorSage Weil <sage@newdream.net>
Tue, 3 May 2011 21:31:20 +0000 (14:31 -0700)
committerSage Weil <sage@newdream.net>
Tue, 3 May 2011 21:38:37 +0000 (14:38 -0700)
This is slow, eats memory, and dumps huge amounts of crap to the debug
logs when enabled.  Leave it off unless we are actually hunting down a bug.

Signed-off-by: Sage Weil <sage@newdream.net>
src/osd/PG.h

index eaf2422fea1547717a5d76dad7b97e2a9d818f8f..ea03fe9473768376654ba7f8144c20c7a60a0d93 100644 (file)
@@ -46,7 +46,7 @@ using namespace std;
 using namespace __gnu_cxx;
 
 
-#define DEBUG_RECOVERY_OIDS   // track set of recovering oids explicitly, to find counting bugs
+//#define DEBUG_RECOVERY_OIDS   // track set of recovering oids explicitly, to find counting bugs
 
 
 class OSD;