summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2015-11-09 15:40:46 +0100
committerLinus Nordberg <linus@nordu.net>2015-11-11 14:01:50 +0100
commit2731c56774926a7fdffaa59c588aada759ddf887 (patch)
tree5aebdb7f49c77c2bab3a06ca9dcf3f9fcf2ab855 /tools
parent997da9ebcc84cab552fd49428c31d3a3f5a862f2 (diff)
Selectable db backend only available for merge nodes for now
Diffstat (limited to 'tools')
-rwxr-xr-xtools/compileconfig.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/compileconfig.py b/tools/compileconfig.py
index 568134f..6d8e3d0 100755
--- a/tools/compileconfig.py
+++ b/tools/compileconfig.py
@@ -230,6 +230,7 @@ def gen_config(nodename, config, localconfig):
plopconfig += [
(Symbol("db_backend"), Symbol(localconfig["dbbackend"])),
]
+ assert nodetype == "mergenodes"
if nodetype in ("frontendnodes", "storagenodes"):
plopconfig += [