Storagenode connected but 0 usage

I have a storagenode running for a couple days and the console shows its connected with 150 peers but the counters are all 0.

 curl -s ...api/dashboard | jq
{
  "data": {
    "nodeID": "128Nc6NfzHMke5A5dKVkyWE9MMJjnBksQ5QhT3gL2CaL1PQVcXJ",
    "wallet": "0x...",
    "satellites": null,
    "diskSpace": {
      "used": 0,
      "available": 900
    },
    "bandwidth": {
      "egress": {
        "repair": 0,
        "audit": 0,
        "usage": 0
      },
      "ingress": {
        "repair": 0,
        "usage": 0
      },
      "used": 0,
      "available": 2000
    },
    "version": {
      "major": 0,
      "minor": 0,
      "patch": 0
    },
    "upToDate": true
  },
  "error": ""
}

The logfile is full of one kind of error - untrusted peer. Is this normal?

ERROR server/interceptors.go:44 rpc error: code = PermissionDenied desc = untrusted peer 11