remove repack from eventscript
authorWolfgang Mueller-Friedt <wolfmuel@de.ibm.com>
Tue, 28 Jul 2009 14:49:41 +0000 (17:49 +0300)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Fri, 2 Oct 2009 00:01:58 +0000 (10:01 +1000)
Signed-off-by: Wolfgang Mueller-Friedt <wolfmuel@de.ibm.com>
config/events.d/00.ctdb

index a248b4e6784d0cb74fecfb6a758753111edbde35..88219958ac4ff404ed78121b14cd2038a20e885b 100755 (executable)
@@ -27,7 +27,7 @@ shift
 # periodic vacuum function
 periodic_vacuum() {
     # this cleans up dead records and repacks the databases
-    ( time ctdb vacuum 200000 -T 30; time ctdb repack -T 30 ) > $CTDB_BASE/state/vacuum.log 2>&1 &
+    ( time ctdb vacuum 200000 -T 30 ) > $CTDB_BASE/state/vacuum.log 2>&1 &
 }
 
 case $cmd in