Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy multiple execution layer nodes for mainnet fleet #198

Closed
jakubgs opened this issue Sep 18, 2024 · 1 comment
Closed

Deploy multiple execution layer nodes for mainnet fleet #198

jakubgs opened this issue Sep 18, 2024 · 1 comment

Comments

@jakubgs
Copy link
Member

jakubgs commented Sep 18, 2024

Current configuration of nimbus.mainnet fleet makes use of a single EL node per four BN nodes:

[email protected]:~ % docker ps
CONTAINER ID   NAMES                   IMAGE                             CREATED        STATUS
6d9405b66f0c   geth-mainnet-node       ethereum/client-go:v1.14.6        2 weeks ago    Up 2 weeks
5e515764ecbf   geth-mainnet-exporter   statusteam/geth_exporter:latest   2 months ago   Up 2 months

This is considered not a supported setup and means effectively that developers refuse to debug it since it's not considered valid.

We would need to extend the storage to accommodate 4 Geth nodes:

[email protected]:~ % sudo du -hsc /docker/geth-mainnet 
1.5T	/docker/geth-mainnet
1.5T	total

Which would probably require at least 8 TB of storage.

@jakubgs
Copy link
Member Author

jakubgs commented Sep 19, 2024

Actually, we decided to just do 2 EL nodes per host after discussion with Jacek and Dustin. See:

@jakubgs jakubgs closed this as completed Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant