Hi,
I setup a cluster in go, and now in pinning cids it gives me the error:
not enough peers to allocate CID Needed at least: 2. Wanted at most: 6. Valid candidates: 0.
However, when I check with calling http://127.0.0.1:90904/peers it shows me that the cluster has more than 6 peers and also I pinged some of them and more htna 6 are pingable. what can the reason and how to further troubleshoot?
Yes, since the numpin informer is not configured in the informer section, then it is not used.
And also, you probably don’t want to use it unless all your pins are roughly the same size or you are against some peers having more pins than others.
The reason I am using it is that in our network we have nodes with storage spaces from 1TB to 70TB. I roughly want to make sure all receive data to pin in a uniform way (so not that someone with a smaller storage needs to wait for hte larger ones to fill before receiving the pins). Any better suggestion for htat?
Does it mean instad of numpins, I can use reposize in the alloator for the purpose I mentioned to make sure if a repo size grows muhc larger htan other nodes, others are used (instead of relying on number)?