Hi guys. I have a node of 3.5TB with a strange situation. The free disk space in dashboard is 0.83TB (image) but in fact I have like 1.45GB of free disk space (by checking with df -h). I just updated the software to 1.73.4. Is that the problem?
No, it is not. I think you just used your root partition which is and was not empty. It probably just holds your system and other files, too.
Edit: I rather wonder why it is even running if you updated recently. If the disk space left is less than the node expects to be free it shouldn’t even start.
There’s no other files at all bro. The system files is about 2GB, not 0.83TB. And the machine is dedicated to be a node so there’s no other storage. I’m still trying to figure out why the stats is wrong.
How did it look before? I don’t think it is wrong. I think it’s something different.
You should check you path within the config and the mounting points for your storage.
Nevertheless 3.5T allocated on 3.5T partition can cause problems.
Hi Alexey (you’re Alexey on Github?) I don’t use docker. Just linux binary I downloaded from github. Here’s the current result of df -T --si and web dashboard.
Will the node stop ingress automatically when it detects that there’s no free space available? I have another node of 2TB and it seems fine. Just this one with strange stats. This is not the first time, last year it happened once and the problem solved itself after a month. Maybe some task is scheduled to run monthly?
Yes, it should, unless we introduce a bug (this is why we recommend to leave 10% free on your disk and never use 100%).
There is a Garbage Collector, it’s running periodically (collector.interval option/argument), filewalker on start and cache updater running periodically (storage2.cache-sync-interval option/argument).
Usually such a discrepancy could be result of disabled filewalker or corrupted filesystem.
Since you unable to calculate used space - the last is likely a reason.
So, please, force check and repair a filesystem.
I would also recommend to check an LVM metainformation for errors as well.
According to df the used space is 8.1 TB. Assigned space is correct with 8.5 TB as shown in the nodes dashboard. So multinode shows the correct remaining space from the OS while node dashboard shows the correct total. It seems that there is a problem with the used space display which would explain the figures. Correct display would bring both charts back to correct showing.
Okay after monitoring I see that my node will stop ingress new data when the free disk space <=512MB. Then the trash will be deleted a bit. But the stats doesn’t change at all. I’m currently being paid for 2.5TB of disk space while in reality it’s 3.5TB. It’s a $1.5 loss per month. It’s nothing but I still want to correct it.