fix mpu counter (add missing workers) and report info at appropriate places

This commit is contained in:
Alex Auvolat
2023-05-04 11:49:23 +02:00
parent 4ea53dc759
commit 511e07ecd4
10 changed files with 64 additions and 24 deletions
+2
View File
@@ -335,6 +335,8 @@ impl Garage {
self.object_table.spawn_workers(bg);
self.object_counter_table.spawn_workers(bg);
self.mpu_table.spawn_workers(bg);
self.mpu_counter_table.spawn_workers(bg);
self.version_table.spawn_workers(bg);
self.block_ref_table.spawn_workers(bg);