aboutsummaryrefslogtreecommitdiff
path: root/src/garage/repair.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/garage/repair.rs')
-rw-r--r--src/garage/repair.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/garage/repair.rs b/src/garage/repair.rs
index 4efb9e84..e91b4159 100644
--- a/src/garage/repair.rs
+++ b/src/garage/repair.rs
@@ -52,6 +52,13 @@ impl Repair {
.unwrap()
.add_full_scan()
.await;
+ self.garage
+ .key_table
+ .syncer
+ .load_full()
+ .unwrap()
+ .add_full_scan()
+ .await;
}
// TODO: wait for full sync to finish before proceeding to the rest?