Storagenode keeps restarting after update

I set storage2.monitor.minimum-disk-space: 500.0 GB but I still get those errors.

I think you have to set the value of that parameter to be less than the amount of free space you have on the drive. But keep in mind that Storj uses GB (Gigabytes) and the df -h command outputs in GiB (Gibibytes). So run the command as df -H (capital H) to get your free space in Gigabytes and set the storage2.monitor.minimum-disk-space: value to be less than that.

2 Likes

Bingo!

The log tells you that it thinks you have {"bytes": 32103596032}
That’s 32GB. So try setting it to 30GB and don’t forget to remove the # at the start of the line. Then when the node runs, give it time to recalculate used space.

After that I recommend commenting this line out again by placing that # back at the start of the line.

2 Likes

Thank you so much. It seems like it’s working now.