bitrot(2)

Signed-off-by: junxiang Mu <1948535941@qq.com>
This commit is contained in:
junxiang Mu
2024-10-29 16:52:21 +08:00
parent edb1e692f1
commit 57c6a08b29
2 changed files with 151 additions and 9 deletions
+2 -1
View File
@@ -881,8 +881,9 @@ impl DiskAPI for LocalDisk {
.join(fi.data_dir.map_or("".to_string(), |dir| dir.to_string()))
.join(format!("part.{}", part.number));
self.bi
// self.bi
});
todo!()
}
async fn rename_part(&self, src_volume: &str, src_path: &str, dst_volume: &str, dst_path: &str, meta: Vec<u8>) -> Result<()> {