diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -9,3 +9,9 @@ Garage implements an S3-compatible object store with high resiliency to network ``` 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 system +- `versions` and `block_refs`: very time consuming, usefull if deletions have not been propagated, improves garbage collection +- `blocks`: very usefull to resync/rebalance blocks betweeen nodes |