Hello folks!
I need your assistance.
Does anyone know how we can reduce disk space on my servers?
We are using full cosmos nodes (i.e. archiving nodes) under Gaiad v14.1.0.
Currently, disk space is almost full.
How can we truncate cosmos data but don’t change the pruning option?
These must be archiving nodes.
root@node-cosmos-06:/home/cosmos/config# df -h
Filesystem Size Used Avail Use% Mounted on
tmpfs 13G 45M 13G 1% /run
/dev/md2 5.2T 4.6T 640G 88% /
My app.toml is below
minimum-gas-prices = "0.0025uatom"
pruning = "nothing"
pruning-keep-recent = "0"
pruning-keep-every = "0"
pruning-interval = "0"
halt-height = 0
halt-time = 0
min-retain-blocks = 0
inter-block-cache = true
index-events = []
[telemetry]
service-name = ""
enabled = false
enable-hostname = false
enable-hostname-label = false
enable-service-label = false
prometheus-retention-time = 0
global-labels = [
]
[api]
enable = true
swagger = false
address = "tcp://0.0.0.0:33000"
max-open-connections = 1000
rpc-read-timeout = 10
rpc-write-timeout = 0
rpc-max-body-bytes = 1000000
enabled-unsafe-cors = false
[grpc]
enable = true
address = "127.0.0.1:9090"
[state-sync]
snapshot-interval = 0
snapshot-keep-recent = 2
Data size is below
--- /home/cosmos/data/
1.8 TiB [##########] /application.db
1.3 TiB [###### ] /tx_index.db
713.0 GiB [### ] /blockstore.db
706.6 GiB [### ] /state.db
1.0 GiB [ ] /cs.wal
1.3 MiB [ ] /evidence.db
1.1 MiB [ ] /snapshots
4.0 KiB [ ] upgrade-info.json
4.0 KiB [ ] priv_validator_state.json
Much appreciate your help!