mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-31 17:28:13 +00:00
Add key table to repair procedure
This commit is contained in:
@@ -52,6 +52,13 @@ impl Repair {
|
|||||||
.unwrap()
|
.unwrap()
|
||||||
.add_full_scan()
|
.add_full_scan()
|
||||||
.await;
|
.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?
|
// TODO: wait for full sync to finish before proceeding to the rest?
|
||||||
|
|||||||
Reference in New Issue
Block a user