From 467eee3dffd150b1189c72306e57daa07e8fa85c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 26 Mar 2024 14:07:05 +0100 Subject: [PATCH] nimbus.holesky: use ReFS volume mounted as D drive MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is supposed to provide superior performance to NTFS: https://github.com/status-im/infra-nimbus/issues/180 Signed-off-by: Jakub SokoĊ‚owski --- ansible/host_vars/windows-01.ih-eu-mda1.nimbus.holesky.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/host_vars/windows-01.ih-eu-mda1.nimbus.holesky.yml b/ansible/host_vars/windows-01.ih-eu-mda1.nimbus.holesky.yml index 5c62129..5e0c473 100644 --- a/ansible/host_vars/windows-01.ih-eu-mda1.nimbus.holesky.yml +++ b/ansible/host_vars/windows-01.ih-eu-mda1.nimbus.holesky.yml @@ -1,2 +1,4 @@ --- beacon_node_exec_layer_urls: ['http://holesky-02.ih-eu-mda1.nimbus.geth.wg:{{ 8551 + (idx|int) }}'] +# 3TB SSD HPE RAI0 Logical Volume formatted as ReFS. +beacon_node_service_path: 'D:\{{ beacon_node_service_name }}'