summaryrefslogtreecommitdiff
path: root/tools/compileconfig.py
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2015-07-31 23:31:24 +0200
committerMagnus Ahltorp <map@kth.se>2015-07-31 23:31:24 +0200
commitfae6b9c78099fa40bcbf9ed451979cdca715fef0 (patch)
treeca1fb20fc73aabb41c441074f80c52bb8f4f9930 /tools/compileconfig.py
parent6d028f7f9d596dc4d7011a9c6e427379d4f59c49 (diff)
Added storage gc script
Diffstat (limited to 'tools/compileconfig.py')
-rwxr-xr-xtools/compileconfig.py1
1 files changed, 1 insertions, 0 deletions
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 += [