f2cd7b0928
Currently we are using Reliable to get missing pieces for repair checker. The issue is that now checker is looking at more things than just missing pieces (clumped/off, placement pieces) and using only node ID is not enough. We have issue where we are skipping offline nodes from clumped and off placement pieces check. Reliable was refactored to get data (e.g. country, lastNet) about all reliable nodes. List is split into online and offline. This data will be cached for quick use by repair checker. It will be also possible to check nodes metadata like country code or lastNet. We are also slowly moving `RepairExcludedCountryCodes` config from overlay to repair which makes more sens for it. This this first part of changes. https://github.com/storj/storj/issues/5998 Change-Id: If534342488c0e440affc2894a8fbda6507b8959d |
||
---|---|---|
.. | ||
api | ||
apigen | ||
blockchain | ||
compensation | ||
crashreportpb | ||
cui | ||
currency | ||
date | ||
debugging | ||
kvstore | ||
lifecycle | ||
migrate | ||
multinodeauth | ||
multinodepb | ||
nodeoperator | ||
post | ||
prompt | ||
revocation | ||
server | ||
testmonkit | ||
testplanet | ||
testredis | ||
testrevocation | ||
teststorj | ||
testuplink | ||
version | ||
web |