S3-compatible object store for small self-hosted geo-distributed deployments
Go to file
Alex e41ce4d815 Implement getting missing blocks when RC increases
Issue: RC increases also when the block ref entry is first put by the actual client.
At that point the client is probably already sending us the block content,
so we don't need to do a get...
We should add a delay before the task is added or find something to do.
2020-04-17 15:40:13 +02:00
src Implement getting missing blocks when RC increases 2020-04-17 15:40:13 +02:00
.gitignore Trying to do TLS 2020-04-12 15:51:19 +02:00
Cargo.lock TLS works \o/ 2020-04-12 19:00:30 +02:00
Cargo.toml Enable debug info in release profile 2020-04-16 20:46:43 +02:00
genkeys.sh Cleanup 2020-04-12 19:18:31 +02:00
LICENSE First commit: skeleton for something great 2020-04-05 23:33:42 +02:00
Makefile First commit: skeleton for something great 2020-04-05 23:33:42 +02:00
README.md First commit: skeleton for something great 2020-04-05 23:33:42 +02:00
rustfmt.toml Fix the Sync issue. Details: 2020-04-10 22:01:48 +02:00
TODO Better prints again, and a great question 2020-04-16 19:57:13 +02:00

Garage

THIS IS ALL WORK IN PROGRESS. NOTHING TO SEE YET BUT THANKS FOR YOUR INTEREST.

Garage implements an S3-compatible object store with high resiliency to network failures, machine failure, and sysadmin failure.