Very low usage?

75% isn’t great. I’m surprised it dropped from 100% to 75% in less than 24h, that seems like a very quick drop. How young is this node?

Nope, the vetting process is something very different: When a new node gets created, it first enters a “vetting phase” during which it usually doesn’t receive much data. During this period of time, satellites need to successfully audit your node 100 times (for each sat’) before it is considered vetted and healthy.
Checking this isn’t straight forward though as the vetting progress isn’t displayed on the dashboard, you need to fiddle with docker containers to get technical data, among which are the number of audits.
Have a look at this for instance:

Okay. Unless you would be unlucky enough to have other Nodes in your /24 subnet, it means you should get the full ingress potential. This can be checked there:
http://storjnet.info/neighbors

This doesn’t seem to be optimal for the Node software, you should check out some articles related to this:
https://forum.storj.io/tag/iscsi

That looks seriously off! It suggests that your node cannot write to your file system. You should check your disk and folders permissions. This said, the rest of the logs look okay so… it’s weird.

I do not know how “portainer” works personally so you’ll have to figure out how to grep this from its logs… ?
For a regular docker container, here is how to search for something (“failed” in this example) within its logs:
docker logs storagenode1 2>&1 | grep failed

(storagenode1 should be replaced with the name of your node)

1 Like