Storj occupied all system disk space

Hello Sirs,
Win10, 3 nodes under Toolbox. 128Gb SSD was fullfilled with data, I fought it was too small and I clone it to 240Gb. But after in few hours I started nodes, all free space (about 120Gb) has been occupied with something. Do you know how to fix it?
DB located on same drive C, but it is 1.2Gb only

Regards,
Alexander

It’s likely to be your log files being spammed to death. Delete them all, change logging from ‘info’ to ‘error’ in your config; restart nodes.

2 cents
GL

2 Likes

Hello @Aka985

  • Open Powershell as an Administrator. Type Stop-Service Storagenode and hit enter. Don’t close Powershell yet
  • Now go to the storagenode folder, normally located in C:\Program Files\Storj\Storage Node
  • Remove the Storagenode.log file
  • Open the Config.yaml file
  • Find the line containing log.level: info and change info to warn
  • In Powershell, now run Start-Service Storagenode
  • Open your dashboard, usually at localhost:14002,and monitor your nodes comes online.

I would suggest to move your log files to the disk with data.
You can do it with the option

log.output: winfile:///Y:\storagenode3\\storagenode.log

Also - setup a logrotate or use a script, like this:

Looks it helped. Thanks!
“Error” helped, “Warn” not

Regards,
Alexander

2 Likes