ec777855e1
Implements logic for satellite command to repair a single segment. Segment will be repaired even if it's healthy. This is not checked during this process. As a part of repair command will download whole segment into memory and will try to reupload segment to number of new nodes that equal to existing number of pieces. After successful upload new pieces will completely replace existing pieces. Command: satellite repair-segment <streamid> <position> https://github.com/storj/storj/issues/5254 Change-Id: I8e329718ecf8e457dbee3434e1c68951699007d9 |
||
---|---|---|
.. | ||
reports | ||
admin.go | ||
api.go | ||
billing_test.go | ||
billing.go | ||
compensation.go | ||
Dockerfile | ||
entrypoint | ||
fetchpieces.go | ||
gc-bf.go | ||
gc.go | ||
gracefulexit.go | ||
main.go | ||
output.go | ||
README.md | ||
repair_segment_test.go | ||
repair_segment.go | ||
repairer.go | ||
satellite.yaml | ||
testdata_test.go | ||
testdata.go | ||
usage.go |
Satellite
Documentation for developing and building the satellite service
Usage:
First make an identity:
go install storj.io/storj/cmd/satellite
satellite setup
You can edit ~/.storj/satellite/config.yaml
to your liking. Then run it!
satellite run