garage/src/garage
Alex dc0b78cdb8
[block-ref-repair] Block refcount recalculation and repair
- We always recalculate the reference count of a block before deleting
  it locally, to make sure that it is indeed zero.

- If we had to fetch a remote block but we were not able to get it,
  check that refcount is indeed > 0.

- Repair procedure that checks everything
2024-03-19 16:20:22 +01:00
..
admin Merge branch 'main' into next-0.10 2024-03-18 20:19:30 +01:00
cli [block-ref-repair] Block refcount recalculation and repair 2024-03-19 16:20:22 +01:00
repair [block-ref-repair] Block refcount recalculation and repair 2024-03-19 16:20:22 +01:00
tests Merge branch 'main' into next-0.10 2024-03-18 20:19:30 +01:00
Cargo.toml [rm-sled] Remove the Sled database engine 2024-03-08 14:11:02 +01:00
main.rs [rm-sled] Remove the Sled database engine 2024-03-08 14:11:02 +01:00
secrets.rs ReplicationMode -> ConsistencyMode+ReplicationFactor 2024-03-07 12:45:33 +01:00
server.rs [db-snapshot] implement meta_auto_snapshot_interval 2024-03-15 13:51:31 +01:00
tracing_setup.rs First version of admin API (#298) 2022-05-24 12:16:39 +02:00