storj/scripts
Moby von Briesen a933bcc99a satellite/repair/repairer/ec.go: add option for downloading pieces onto disk instead of in memory during repair
Add flag to satellite repairer, "InMemoryRepair" that allows the
satellite to decide whether to download the entire segment being
repaired into memory (this is what the satellite already does), or to
download it into temporary files on disk that will be read from in the
upload phase of repair.

This should help with handling high repair traffic on satellites that
cannot afford to spend 64mb of memory per repair worker.

Updates tests to test repair for both in memory and to disk.

Change-Id: Iddf591e165621497c98533d45bfea3c28b08a194
2020-03-27 16:41:00 +00:00
..
testdata satellite/repair/repairer/ec.go: add option for downloading pieces onto disk instead of in memory during repair 2020-03-27 16:41:00 +00:00
tests scripts: add script for running versions tests locally 2020-03-24 15:44:00 +00:00
waitlist Waitlist script (#573) 2018-11-06 18:43:20 +01:00
cert-gating.sh Delete Bootstrap and Kademlia (#2974) 2019-10-04 16:48:41 -04:00
check-satellite-config-lock.sh Update Notification Text to new process (#2120) 2019-06-04 22:43:07 -04:00
deploy-storagenode.sh storagenode/buildscript: Overwrite existing docker manifest file (#2934) 2019-09-04 18:55:03 +02:00
deploy-watchtower.sh Script for deploying the Docker manifest for watchtower (#3015) 2019-09-12 17:38:48 +03:00
gerrit-cla.py gerrit: add cla 2019-06-19 18:28:53 +00:00
install-awscli.sh Travis with go1.11 and modules (#479) 2018-10-16 20:02:00 +03:00
pg-to-crdb.go scripts: Add script that filters postgres plaintext backup to cockroachdb compat. 2019-12-16 22:11:16 +00:00
postgres-dev.sh scripts: update postgres helper script to set password 2020-02-27 10:33:37 +00:00
release.sh storj: remove storj/private/version package which was moved to 2020-03-24 14:31:33 +00:00
tag-release.sh script/release: fix error in regex (#3809) 2020-03-17 17:36:17 +01:00
test-backwards.sh scripts/tests: uplink no longer respects --client.segment-size 2020-03-22 17:48:57 +00:00
test-certificates.sh fix certificates auth export command (#3110) 2019-09-24 10:38:18 -06:00
test-network-stalls.go common: separate repository 2019-12-27 14:11:15 +02:00
test-sim-backwards-dev.sh scripts: use postgres script with all tests (#3404) 2019-10-31 07:03:54 -07:00
test-sim-backwards.sh scripts/tests: uplink no longer respects --client.segment-size 2020-03-22 17:48:57 +00:00
test-sim-dev.sh scripts: use postgres script with all tests (#3404) 2019-10-31 07:03:54 -07:00
test-sim.sh scripts/tests: uplink no longer respects --client.segment-size 2020-03-22 17:48:57 +00:00
test-uplink-share.sh scripts/tests: uplink no longer respects --client.segment-size 2020-03-22 17:48:57 +00:00
test-uplink.sh scripts/tests: uplink no longer respects --client.segment-size 2020-03-22 17:48:57 +00:00
update-access.go pkg/miniogw: gateway implementation with new libuplink 2020-02-21 16:20:38 +01:00
update-satellite-config-lock.sh scripts: Fix warn message update sat config lock (#3029) 2019-09-12 18:10:22 +02:00
utils.sh cmd/certificates: auth export improvements & certificates test script (#2897) 2019-09-04 19:58:38 +02:00