From 59a3f10a45ff48a0ebcbd4b710911bc74f0f729c Mon Sep 17 00:00:00 2001 From: Yorick Downe Date: Tue, 12 Sep 2023 13:42:33 +0000 Subject: [PATCH] Version 2.3.4 --- README.md | 2 +- auto-prune.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 144e54bc..194e379c 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,4 @@ please read the [contribution guidelines](CONTRIBUTING.md) so you can run lint c ## Version -This is eth-docker v2.3.3 +This is eth-docker v2.3.4 diff --git a/auto-prune.sh b/auto-prune.sh index 3da0f8d5..356a20b5 100755 --- a/auto-prune.sh +++ b/auto-prune.sh @@ -84,6 +84,8 @@ elif [[ "${value}" =~ "nethermind.yml" ]]; then fi fi +echo "The auto-prune.sh script is deprecated and will be removed with Dencun. Please migrate to PBSS on Geth, integrated auto prune on Nethermind, and Grafana alerting for disk space." + # If under kbyte threshold or 10% free, alert if [ "$FREE_DISK" -lt "${__kbyte_threshold}" ] || [ "$PERCENT_FREE" -lt "${__percent_threshold}" ]; then if [ "$__dryrun" -eq 0 ]; then