diff options
author | Linus Nordberg <linus@nordu.net> | 2017-03-03 15:24:31 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2017-03-03 15:24:31 +0100 |
commit | eec8813f52cf6ac3cdf8b40155f2fdc746056bbb (patch) | |
tree | 8afbef8388ca10453ff8249358e7b4065e2fd8f1 /tools | |
parent | 163fdaeaf8fc1bc43923420309ba4a6b3ef51e11 (diff) |
Add 'spt_data' to storage node config.
Unbreak support for running frontend and storage in separate nodes.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/compileconfig.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 += [ |