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?