From eec8813f52cf6ac3cdf8b40155f2fdc746056bbb Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 3 Mar 2017 15:24:31 +0100 Subject: Add 'spt_data' to storage node config. Unbreak support for running frontend and storage in separate nodes. --- tools/compileconfig.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/compileconfig.py b/tools/compileconfig.py index 9973a95..6ecfcad 100755 --- a/tools/compileconfig.py +++ b/tools/compileconfig.py @@ -318,6 +318,8 @@ def gen_config(nodename, config, localconfig): plopconfig += [ (Symbol("newentries_path"), paths["db"] + "newentries"), (Symbol("lastverifiednewentry_path"), paths["db"] + "lastverifiednewentry"), + (Symbol("spt_data"), + (Symbol("catlfish"), Symbol("spt_data"))), ] if nodetype & set(["frontendnodes", "mergenodes"]): plopconfig += [ -- cgit v1.1