forked from Deuxfleurs/garage
Add key table to repair procedure
This commit is contained in:
parent
e3203f998b
commit
0e49e0c8b5
1 changed files with 7 additions and 0 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue