mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-07-27 16:28:56 +00:00
0877a5500cca4f3aa85da4fff4225b154a159a09
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.
To log:
RUST_LOG=garage=debug cargo run --release -- server -c config_file.toml
What to repair
tables: to do a full sync of metadata, should not be necessary because it is done every hour by the systemversionsandblock_refs: very time consuming, usefull if deletions have not been propagated, improves garbage collectionblocks: very usefull to resync/rebalance blocks betweeen nodes
Languages
Rust
95.1%
Shell
1.6%
Clojure
1.5%
Nix
1.1%
Python
0.5%
Other
0.2%