storj/storagenode/piecestore
Cameron Ayer 3e70a893dd storagenode/{piecestore, contact}: report capacity to satellites if below specific threshold
Curently, storage nodes only report their capacity to satellites
once per hour. If a node fills up, it will fail all uploads until
the next contact cycle begins. With these changes, at the end of an
upload we check whether the MinimumDiskSpace threshold has been
passed. If so, trigger the monitor chore to update the node's
capacity, then trigger the contact chore to report the new
capacity to the satellites

Change-Id: Ie6aadaade1e2c12c87e03f8ff9059a50121380a0
2020-02-18 15:42:48 -05:00
..
endpoint_test.go private/testplanet: add DeleteBucket method for uplink 2020-02-11 15:58:13 +00:00
endpoint.go storagenode/{piecestore, contact}: report capacity to satellites if below specific threshold 2020-02-18 15:42:48 -05:00
serials_test.go storagenode/storagenodedb/storagenodedbtest: pass ctx as an argument 2020-01-20 16:56:12 +02:00
serials.go common: separate repository 2019-12-27 14:11:15 +02:00
verification_test.go storagenode/pieces: Track total piece size 2020-01-23 11:00:24 -07:00
verification.go storagenode/piecestore: add large timeouts to read/write operations 2020-01-23 19:20:49 +00:00