diff options
author | Magnus Ahltorp <map@kth.se> | 2015-07-31 23:31:24 +0200 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2015-07-31 23:31:24 +0200 |
commit | fae6b9c78099fa40bcbf9ed451979cdca715fef0 (patch) | |
tree | ca1fb20fc73aabb41c441074f80c52bb8f4f9930 /tools/compileconfig.py | |
parent | 6d028f7f9d596dc4d7011a9c6e427379d4f59c49 (diff) |
Added storage gc scriptstoragegc
Diffstat (limited to 'tools/compileconfig.py')
-rwxr-xr-x | tools/compileconfig.py | 1 |
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 += [ |