storj/pkg/piecestore/psserver
Alexander Leitner bfde515391
Clean up Storage node setup (#1013)
* Edit config on Setup

* Default to 1TiB storage space and 500GiB bandwidth

* Use human readable formats

* Use memory

* units of 1024 are measured with KiB/MiB etc

* pkg/cfgstruct: allow values to be configured with human readable sizes

Change-Id: Ic4e9ae461516d1d26fb81f6e44c5ac5cfccf777f

* Modify tests

* Removed comments

* More merge conflict stuff resolved

* Fix lint

* test fixin

Change-Id: I3a008206bf03a4446da19f642a2f9c1f9acaae36

* Remove commented code but secretly leave it in the histroy forever

* Move flag definition to struct
2019-01-14 16:19:15 -05:00
..
agreementsender agreement sender bug fix (#1044) 2019-01-11 19:31:34 -05:00
psdb convert piecestorage into a struct (#1024) 2019-01-11 13:26:39 +02:00
bucket_refresher.go Process for updating storage node stats in kademlia (#904) 2019-01-07 22:05:11 -05:00
config.go Clean up Storage node setup (#1013) 2019-01-14 16:19:15 -05:00
readerwriter_test.go Cut off piecestore Puts if they exceed alloced bandwidth/space (#819) 2018-12-12 14:14:51 -05:00
readerwriter.go Differentiate GET and PUT operations in the tally service (#965) 2019-01-10 06:41:57 -05:00
retrieve.go convert piecestorage into a struct (#1024) 2019-01-11 13:26:39 +02:00
server_test.go convert piecestorage into a struct (#1024) 2019-01-11 13:26:39 +02:00
server.go Clean up Storage node setup (#1013) 2019-01-14 16:19:15 -05:00
store.go convert piecestorage into a struct (#1024) 2019-01-11 13:26:39 +02:00