From e35da2accf45c61a27bb90b5b175b41d4b573f6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 20 Jul 2023 12:40:11 +0200 Subject: [PATCH] nimbus.prater: put era files on the data volume MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/status-im/infra-nimbus/issues/132 Signed-off-by: Jakub SokoĊ‚owski --- ansible/host_vars/windows-01.ih-eu-mda1.nimbus.prater.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/host_vars/windows-01.ih-eu-mda1.nimbus.prater.yml b/ansible/host_vars/windows-01.ih-eu-mda1.nimbus.prater.yml index a45b480..275a898 100644 --- a/ansible/host_vars/windows-01.ih-eu-mda1.nimbus.prater.yml +++ b/ansible/host_vars/windows-01.ih-eu-mda1.nimbus.prater.yml @@ -11,3 +11,4 @@ beacon_node_exec_layer_jwt_secret: '{{ geth_authrpc_jwtsecret }}' # Use dedicated data volume beacon_node_service_home: 'D:' +beacon_node_era_dir_path: 'D:\era'