Difference in Used Space on Drive and Dashboard

Hello together,

after the migration to hashstore there is a significant difference in the Used Space on the Drive and on the Dashboard.

As the Trash is in the same log-Files as the Used you need to add both.

So 375.68 + 99.24 = 474,92 GB.

When I type du -h --max-depth=1 /mnt/STORJ-node/storage/hashstore/ it is showing the Used Space in GiB:

It is there 491 GiB.

But with du -h --si --max-depth=1 /mnt/STORJ-node/storage/hashstore/ which is actually GB and not GiB it is showing:

A whopping 527 GB on the disk.

So its:

Dashboard:   474,92 GB
du -sh:      491,00 GiB
du -h --si:  527,00 GB

It’s on all hashstore. On a fast SSD and renewed used_space_per_prefix.db.

Did you try to stop and delete the container, remove the prefix database and run it back?