storj/satellite/metainfo
Cameron Ayer b22bf16b35 satellite/overlay: add config flag for node selection free disk requirement
Currently SNs report their free disk space once per hour. If a node
becomes full, it has to wait until the next contact cycle begins to
report; all the while receiving and failing upload requests. By increasing
the minimum required disk space, we can give the storage nodes more time
to report their space before the completely fill up. This change goes
hand-in-hand with another change we want to implement: trigger capacity
report on SN immediately upon falling below threshold.

Change-Id: I12f778286c6c3f582438b0e2949765ac43325e27
2020-02-11 18:08:25 +00:00
..
batch.go satellite/metainfo: revert combine CommitSegment and CommitObject in batch 2020-01-27 13:26:33 -05:00
config.go satellite/metainfo: add cache expiration for project level rate limiting 2020-01-29 16:14:10 +00:00
db_test.go satellite/satellitedb/satellitedbtest: pass ctx as an argument 2020-01-20 16:35:42 +02:00
db.go common: separate repository 2019-12-27 14:11:15 +02:00
delete_pieces_service_test.go satellite/metainfo: Delete all the piece of a storage node in one single 2020-02-11 00:28:30 +00:00
delete_pieces_service.go satellite/metainfo: Delete all the piece of a storage node in one single 2020-02-11 00:28:30 +00:00
endpoint_test.go satellite/metainfo: revert combine CommitSegment and CommitObject in batch 2020-01-27 13:26:33 -05:00
loop_test.go common: separate repository 2019-12-27 14:11:15 +02:00
loop.go all: fix import groupings 2020-01-20 17:47:44 +00:00
metainfo_old_test.go uplink: move to storj.io/uplink (#3746) 2020-01-08 15:40:19 +02:00
metainfo_test.go satellite/metainfo: add cache expiration for project level rate limiting 2020-01-29 16:14:10 +00:00
metainfo.go satellite/overlay: add config flag for node selection free disk requirement 2020-02-11 18:08:25 +00:00
service_test.go satellite/metainfo: move RS configuration to satellite 2020-01-22 09:33:53 +00:00
service.go uplink: move to storj.io/uplink (#3746) 2020-01-08 15:40:19 +02:00
validation.go Add metrics to track rate limit. 2020-02-11 14:02:12 +00:00