auto heal(2)

Signed-off-by: junxiang Mu <1948535941@qq.com>
This commit is contained in:
junxiang Mu
2024-11-17 18:34:29 +08:00
parent 01e0e4b673
commit 6291087ecb
12 changed files with 1855 additions and 532 deletions
+5 -1
View File
@@ -26,7 +26,7 @@ use crate::{
error::{Error, Result},
heal::{
data_usage_cache::{DataUsageCache, DataUsageEntry},
heal_commands::HealScanMode,
heal_commands::{HealScanMode, HealingTracker},
},
store_api::{FileInfo, RawFileInfo},
};
@@ -775,4 +775,8 @@ impl DiskAPI for RemoteDisk {
}
}
}
async fn healing(&self) -> Option<HealingTracker> {
None
}
}