Dealing with Storage Issues on the Execution Client
sudo systemctl stop executionsudo -u execution geth --datadir /var/lib/geth snapshot prune-statesudo systemctl start executionsudo chown execution:execution /mnt/execution-datasudo chmod 755 /mnt/execution-datasudo systemctl stop executionsudo nano /etc/systemd/system/execution.servicesudo systemctl daemon-reloadsudo systemctl start executionsudo journalctl -fu executionLast updated