From fae6b9c78099fa40bcbf9ed451979cdca715fef0 Mon Sep 17 00:00:00 2001 From: Magnus Ahltorp Date: Fri, 31 Jul 2015 23:31:24 +0200 Subject: Added storage gc script --- tools/compileconfig.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/compileconfig.py') diff --git a/tools/compileconfig.py b/tools/compileconfig.py index 1e1fa41..d493226 100755 --- a/tools/compileconfig.py +++ b/tools/compileconfig.py @@ -237,6 +237,7 @@ def gen_config(nodename, config, localconfig): elif nodetype == "storagenodes": plopconfig += [ (Symbol("newentries_path"), paths["db"] + "newentries"), + (Symbol("lastverifiednewentry_path"), paths["db"] + "lastverifiednewentry"), ] if nodetype in ("frontendnodes", "storagenodes"): plopconfig += [ -- cgit v1.1