diff options
author | Magnus Ahltorp <map@kth.se> | 2015-11-09 15:40:46 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2015-11-11 14:01:50 +0100 |
commit | 2731c56774926a7fdffaa59c588aada759ddf887 (patch) | |
tree | 5aebdb7f49c77c2bab3a06ca9dcf3f9fcf2ab855 | |
parent | 997da9ebcc84cab552fd49428c31d3a3f5a862f2 (diff) |
Selectable db backend only available for merge nodes for now
-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 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 += [ |