Alexey
June 13, 2024, 7:20am
20
Please, specify the allocation below the used space (accordingly the dashboard), make sure that scan on startup is enabled (it’s enabled by default, so if you didn’t disable it, you do not need to change anything), save the config and restart the node.
Wait until all filewalkers are finished for all trusted satellites:
Windows/PowerShell
Logs should be at least info level
Used space filewalker
Regulated by the parameter in the config.yaml file or as a command line argument (add -- before the parameter, remove :, place it after the image name in your docker run command):
# if set to true, all pieces disk usage is recalculated on startup (default true)
storage2.piece-scan-on-startup: true
to watch for a progress:
cat "C:\Program Files\Storj\Storage Node\*.log" -Wait | sls "used-space-filewalker" | sls "sta…
Make sure that you deleted data of the untrusted satellites:
Following the announcement to decommission Europe-north-1 and US2 satellites, manually deleting the remaining data of these satellites from the node can be a tedious task as it requires finding the blobs folder name for each satellite, so we wanted to improve the storagenode CLI to semi-automate cleaning up a satellite data after it is marked as untrusted.
The storagenode CLI (versions from 1.88.0) provides a forget-satellite subcommand to remove satellites from the trust cache and clean up the…
You may also check and fix your databases:
https://support.storj.io/hc/en-us/articles/360029309111-How-to-fix-a-database-disk-image-is-malformed
After that please check the usage on the dashboard.