mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-30 23:47:11 +00:00
Specify the double-checking slashing DB mode on all large servers
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
f887391f04
commit
4668266eb6
6
ansible/group_vars/nimbus.pyrmont.yml
Normal file
6
ansible/group_vars/nimbus.pyrmont.yml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
# We are running v2 on all hosts prior to the official release in order
|
||||
# to reduce the I/O load on all servers. On the large servers where we
|
||||
# have enough capacity, we're running the `both` mode that checks that
|
||||
# the new slashing DB logic behaves precisely as the old one.
|
||||
beacon_node_slashing_db_kind: '{{ (hostname is search("large")) | ternary("both", "v2") }}'
|
Loading…
x
Reference in New Issue
Block a user