diff options
author | Magnus Ahltorp <map@kth.se> | 2015-11-09 15:40:46 +0100 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2015-11-09 15:40:46 +0100 |
commit | 7468f2c456ba81358a1b6f85d770290cc105aaa2 (patch) | |
tree | f11ba772daf5745a71e10cf34ccc474fe721ef96 | |
parent | 3f8f72b59d65b2bcd1b63589b6ad1eda486c0d63 (diff) |
Selectable db backend only available for merge nodes for nowpermdb
-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 272b8f2..cf7c033 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 += [ |