mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-20 21:54:30 +00:00
The prune-history command completes without reporting how much disk space was freed, making it difficult for operators to assess the impact of the operation. Measure the chaindata directory size before and after pruning, and include the cleared space in the completion log message. Before: History pruning completed tail=15537393 elapsed=883.604ms After: History pruning completed tail=15537393 cleared=672.00GiB elapsed=883.604ms Fixes #31916 |
||
|---|---|---|
| .. | ||
| abidump | ||
| abigen | ||
| blsync | ||
| clef | ||
| devp2p | ||
| era | ||
| ethkey | ||
| evm | ||
| geth | ||
| keeper | ||
| rlpdump | ||
| utils | ||
| workload | ||